Searched refs:NTF_SELF (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | neighbour.h | 39 #define NTF_SELF 0x02 macro
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 2485 0, 0, type, NTF_SELF, 0); in rtnl_fdb_notify() 2610 if ((ndm->ndm_flags & NTF_SELF)) { in rtnl_fdb_add() 2621 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_add() 2713 if (ndm->ndm_flags & NTF_SELF) { in rtnl_fdb_del() 2722 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_del() 2748 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
|
/linux-4.1.27/net/bridge/ |
D | br_mdb.c | 220 err = nlmsg_populate_mdb_fill(skb, dev, entry, 0, 0, type, NTF_SELF); in __br_mdb_notify()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1026 0, NTF_SELF); in vxlan_snoop() 2738 NTF_SELF); in vxlan_newlink()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 4086 ndm->ndm_flags = NTF_SELF; in rocker_fdb_fill_info()
|