Home
last modified time | relevance | path

Searched refs:NTF_MASTER (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dneighbour.h48 #define NTF_MASTER (1 << 2) macro
/linux/net/core/
H A Drtnetlink.c4588 if ((!ndm->ndm_flags || ndm->ndm_flags & NTF_MASTER) && in rtnl_fdb_add()
4599 ndm->ndm_flags &= ~NTF_MASTER; in rtnl_fdb_add()
4712 if ((!ndm->ndm_flags || ndm->ndm_flags & NTF_MASTER) && in rtnl_fdb_del()
4730 ndm->ndm_flags &= ~NTF_MASTER; in rtnl_fdb_del()
5033 if (ndm->ndm_flags & ~(NTF_MASTER | NTF_SELF)) { in valid_fdb_get_strict()
5124 if (!ndm_flags || (ndm_flags & NTF_MASTER)) { in rtnl_fdb_get()
/linux/net/bridge/
H A Dbr_private.h824 #define FDB_FLUSH_IGNORED_NDM_FLAGS (NTF_MASTER | NTF_SELF)
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3112 #define VXLAN_FDB_FLUSH_IGNORED_NDM_FLAGS (NTF_MASTER | NTF_SELF)