Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dneighbour.h27 NDA_IFINDEX, enumerator
/openbmc/linux/net/bridge/
H A Dbr_fdb.c705 if (tb[NDA_IFINDEX]) { in br_fdb_delete_bulk()
706 int err, ifidx = nla_get_s32(tb[NDA_IFINDEX]); in br_fdb_delete_bulk()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c221 nla_put_u32(skb, NDA_IFINDEX, rdst->remote_ifindex)) in vxlan_fdb_info()
1164 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) { in vxlan_fdb_parse()
1219 if (tb[NDA_IFINDEX]) { in vxlan_fdb_parse()
1222 if (nla_len(tb[NDA_IFINDEX]) != sizeof(u32)) { in vxlan_fdb_parse()
1226 *ifindex = nla_get_u32(tb[NDA_IFINDEX]); in vxlan_fdb_parse()
/openbmc/linux/net/core/
H A Drtnetlink.c4365 [NDA_IFINDEX] = NLA_POLICY_MIN(NLA_S32, 1),
4568 case NDA_IFINDEX: in valid_fdb_dump_strict()
4573 *brport_idx = nla_get_u32(tb[NDA_IFINDEX]); in valid_fdb_dump_strict()
H A Dneighbour.c1886 [NDA_IFINDEX] = { .type = NLA_U32 },
2840 case NDA_IFINDEX: in neigh_valid_dump_req()