Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dneighbour.h48 #define NTF_MASTER (1 << 2) macro
/linux-6.15/net/core/
H A Drtnetlink.c4641 if ((!ndm->ndm_flags || ndm->ndm_flags & NTF_MASTER) && in rtnl_fdb_add()
4652 ndm->ndm_flags &= ~NTF_MASTER; in rtnl_fdb_add()
4765 if ((!ndm->ndm_flags || ndm->ndm_flags & NTF_MASTER) && in rtnl_fdb_del()
4783 ndm->ndm_flags &= ~NTF_MASTER; in rtnl_fdb_del()
5066 if (ndm->ndm_flags & ~(NTF_MASTER | NTF_SELF)) { in valid_fdb_get_strict()
5157 if (!ndm_flags || (ndm_flags & NTF_MASTER)) { in rtnl_fdb_get()
/linux-6.15/net/bridge/
H A Dbr_private.h825 #define FDB_FLUSH_IGNORED_NDM_FLAGS (NTF_MASTER | NTF_SELF)
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c3114 #define VXLAN_FDB_FLUSH_IGNORED_NDM_FLAGS (NTF_MASTER | NTF_SELF)