Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dneighbour.h39 #define NTF_SELF 0x02 macro
/linux-4.4.14/net/bridge/
Dbr_mdb.c221 err = nlmsg_populate_mdb_fill(skb, dev, entry, 0, 0, type, NTF_SELF); in __br_mdb_notify()
304 err = nlmsg_populate_rtr_fill(skb, dev, ifindex, 0, 0, type, NTF_SELF); in br_rtr_notify()
/linux-4.4.14/net/core/
Drtnetlink.c2617 0, 0, type, NTF_SELF, 0); in rtnl_fdb_notify()
2742 if ((ndm->ndm_flags & NTF_SELF)) { in rtnl_fdb_add()
2753 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_add()
2845 if (ndm->ndm_flags & NTF_SELF) { in rtnl_fdb_del()
2854 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_del()
2880 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
/linux-4.4.14/net/switchdev/
Dswitchdev.c1043 ndm->ndm_flags = NTF_SELF; in switchdev_port_fdb_dump_cb()
/linux-4.4.14/drivers/net/
Dvxlan.c985 0, NTF_SELF); in vxlan_snoop()
2865 NTF_SELF); in vxlan_dev_configure()