| /Linux-v5.10/net/bridge/ |
| D | br_fdb.c | 362 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup() 554 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_insert() 618 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 626 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 797 RTM_NEWNEIGH, in br_fdb_dump() 829 RTM_NEWNEIGH, 0); in br_fdb_get() 945 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry() 1220 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add() 1242 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
|
| D | br_switchdev.c | 137 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | rtnetlink.h | 51 RTM_NEWNEIGH = 28, enumerator 52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
|
| /Linux-v5.10/security/selinux/ |
| D | nlmsgtab.c | 40 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
| /Linux-v5.10/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 426 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp() 439 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
|
| /Linux-v5.10/drivers/net/ |
| D | vxlan.c | 437 case RTM_NEWNEIGH: in vxlan_fdb_notify() 1094 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing() 1138 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create() 1390 RTM_NEWNEIGH, in vxlan_fdb_dump() 1408 RTM_NEWNEIGH, in vxlan_fdb_dump() 1451 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get() 1498 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop() 3902 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
|
| /Linux-v5.10/net/core/ |
| D | neighbour.c | 2522 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify() 2582 RTM_NEWNEIGH, in neigh_dump_table() 2625 RTM_NEWNEIGH, flags, tbl) < 0) { in pneigh_dump_table() 2831 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 2859 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply() 3726 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
|
| D | rtnetlink.c | 4058 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add() 4195 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 5676 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
|
| /Linux-v5.10/drivers/net/ethernet/mscc/ |
| D | ocelot.c | 588 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
|
| /Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/ |
| D | ethsw.c | 607 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
|
| /Linux-v5.10/net/dsa/ |
| D | slave.c | 198 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_slave_port_fdb_do_dump()
|