Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dneighbour.h41 #define NTF_SELF 0x02 macro
/Linux-v4.19/net/bridge/
Dbr_mdb.c381 err = nlmsg_populate_mdb_fill(skb, dev, entry, 0, 0, type, NTF_SELF); in __br_mdb_notify()
467 err = nlmsg_populate_rtr_fill(skb, dev, ifindex, 0, 0, type, NTF_SELF); in br_rtr_notify()
/Linux-v4.19/net/core/
Drtnetlink.c3430 0, 0, type, NTF_SELF, 0, ndm_state); in rtnl_fdb_notify()
3556 if ((ndm->ndm_flags & NTF_SELF)) { in rtnl_fdb_add()
3568 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_add()
3661 if (ndm->ndm_flags & NTF_SELF) { in rtnl_fdb_del()
3671 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_del()
3697 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
/Linux-v4.19/drivers/net/
Dvxlan.c1051 ifindex, NTF_SELF); in vxlan_snoop()
3210 NTF_SELF, &f); in __vxlan_dev_create()
3502 NTF_SELF, &f); in vxlan_changelink()
/Linux-v4.19/net/dsa/
Dslave.c214 ndm->ndm_flags = NTF_SELF; in dsa_slave_port_fdb_do_dump()
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c776 ndm->ndm_flags = NTF_SELF; in ocelot_fdb_do_dump()