Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dneighbour.h34 NDA_FLAGS_EXT, enumerator
54 /* Extended flags under NDA_FLAGS_EXT: */
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c94 .nla_type = NDA_FLAGS_EXT,
/linux/net/bridge/
H A Dbr_fdb.c126 if (nla_put_u32(skb, NDA_FLAGS_EXT, ext_flags)) in fdb_fill_info()
170 + nla_total_size(sizeof(u32)) /* NDA_FLAGS_EXT */ in fdb_nlmsg_size()
1237 if (tb[NDA_FLAGS_EXT]) in br_fdb_add()
1238 ext_flags = nla_get_u32(tb[NDA_FLAGS_EXT]); in br_fdb_add()
/linux/net/core/
H A Dneighbour.c1924 [NDA_FLAGS_EXT] = NLA_POLICY_MASK(NLA_U32, NTF_EXT_MASK),
2023 if (tb[NDA_FLAGS_EXT]) { in neigh_add()
2024 u32 ext = nla_get_u32(tb[NDA_FLAGS_EXT]); in neigh_add()
2676 if (neigh_flags_ext && nla_put_u32(skb, NDA_FLAGS_EXT, neigh_flags_ext)) in neigh_fill_info()
2719 if (neigh_flags_ext && nla_put_u32(skb, NDA_FLAGS_EXT, neigh_flags_ext)) in pneigh_fill_info()
3022 + nla_total_size(4) /* NDA_FLAGS_EXT */ in neigh_nlmsg_size()
3030 + nla_total_size(4) /* NDA_FLAGS_EXT */ in pneigh_nlmsg_size()
H A Drtnetlink.c4541 if (tb[NDA_FLAGS_EXT]) { in ndo_dflt_fdb_add()