Searched refs:NDTPA_IFINDEX (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h118 * not contain this TLV but have NDTPA_IFINDEX set to the
125 * setting NDTPA_IFINDEX to the interface index of the corresponding
145 NDTPA_IFINDEX, /* u32, unchangeable */ enumerator in enum:__anon4430
/linux-master/net/core/
H A Dneighbour.c2120 nla_put_u32(skb, NDTPA_IFINDEX, parms->dev->ifindex)) ||
2294 [NDTPA_IFINDEX] = { .type = NLA_U32 },
2365 if (tbp[NDTPA_IFINDEX])
2366 ifindex = nla_get_u32(tbp[NDTPA_IFINDEX]);

Completed in 107 milliseconds