Searched refs:NDA_PORT (Results 1 – 3 of 3) sorted by relevance
25 NDA_PORT, enumerator
322 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()1200 tb[NDA_PORT])) in vxlan_fdb_parse()1221 if (tb[NDA_PORT]) { in vxlan_fdb_parse()1222 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) in vxlan_fdb_parse()1224 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()
1831 [NDA_PORT] = { .type = NLA_U16 },
Completed in 18 milliseconds