Searched refs:NTF_SELF (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | neighbour.h | 47 #define NTF_SELF (1 << 1) macro
|
/linux-6.1.9/net/core/ |
D | rtnetlink.c | 4017 0, 0, type, NTF_SELF, 0, ndm_state); in rtnl_fdb_notify() 4149 if ((ndm->ndm_flags & NTF_SELF)) { in rtnl_fdb_add() 4162 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_add() 4282 if (ndm->ndm_flags & NTF_SELF) { in rtnl_fdb_del() 4301 ndm->ndm_flags &= ~NTF_SELF; in rtnl_fdb_del() 4327 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 4579 if (ndm->ndm_flags & ~(NTF_MASTER | NTF_SELF)) { in valid_fdb_get_strict() 4682 if (!(ndm_flags & NTF_SELF)) { in rtnl_fdb_get()
|
/linux-6.1.9/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 495 NTF_SELF, 0, true, extack); in vxlan_update_default_fdb_entry()
|
D | vxlan_core.c | 1465 ifindex, NTF_SELF, 0, true, NULL); in vxlan_snoop() 3782 NTF_SELF, 0, &f, extack); in __vxlan_dev_create() 4197 NTF_SELF, 0, true, extack); in vxlan_changelink() 4531 NTF_USE | NTF_SELF | NTF_EXT_LEARNED, in vxlan_fdb_external_learn_add()
|
/linux-6.1.9/net/bridge/ |
D | br_mdb.c | 653 NTF_SELF); in br_rtr_notify()
|
D | br_private.h | 765 #define FDB_FLUSH_IGNORED_NDM_FLAGS (NTF_MASTER | NTF_SELF)
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 787 ndm->ndm_flags = NTF_SELF; in ocelot_port_fdb_do_dump()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 793 ndm->ndm_flags = NTF_SELF; in dpaa2_switch_fdb_dump_nl()
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 416 ndm->ndm_flags = NTF_SELF; in dsa_slave_port_fdb_do_dump()
|