Searched refs:NDA_FLAGS_EXT (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h34 NDA_FLAGS_EXT, enumerator in enum:__anon4429
54 /* Extended flags under NDA_FLAGS_EXT: */
/linux-master/net/bridge/
H A Dbr_fdb.c133 if (nla_put_u32(skb, NDA_FLAGS_EXT, ext_flags))
177 + nla_total_size(sizeof(u32)) /* NDA_FLAGS_EXT */
1241 if (tb[NDA_FLAGS_EXT])
1242 ext_flags = nla_get_u32(tb[NDA_FLAGS_EXT]);
/linux-master/net/core/
H A Dneighbour.c1890 [NDA_FLAGS_EXT] = NLA_POLICY_MASK(NLA_U32, NTF_EXT_MASK),
1989 if (tb[NDA_FLAGS_EXT]) {
1990 u32 ext = nla_get_u32(tb[NDA_FLAGS_EXT]);
2613 if (neigh_flags_ext && nla_put_u32(skb, NDA_FLAGS_EXT, neigh_flags_ext))
2653 if (neigh_flags_ext && nla_put_u32(skb, NDA_FLAGS_EXT, neigh_flags_ext))
2970 + nla_total_size(4) /* NDA_FLAGS_EXT */
2999 + nla_total_size(4) /* NDA_FLAGS_EXT */
H A Drtnetlink.c4198 if (tb[NDA_FLAGS_EXT]) {

Completed in 116 milliseconds