Home
last modified time | relevance | path

Searched refs:NDA_PORT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dneighbour.h25 NDA_PORT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dneighbour.h25 NDA_PORT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dneighbour.h25 NDA_PORT, enumerator
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c321 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()
1199 tb[NDA_PORT])) in vxlan_fdb_parse()
1220 if (tb[NDA_PORT]) { in vxlan_fdb_parse()
1221 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) in vxlan_fdb_parse()
1223 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c1808 [NDA_PORT] = { .type = NLA_U16 },