/linux-6.12.1/net/bridge/ |
D | br_fdb.c | 459 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_local() 565 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup() 941 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 949 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 999 RTM_NEWNEIGH, in br_fdb_dump() 1031 RTM_NEWNEIGH, 0); in br_fdb_get() 1153 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry() 1456 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add() 1495 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
|
D | br_switchdev.c | 169 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
|
/linux-6.12.1/include/uapi/linux/ |
D | rtnetlink.h | 51 RTM_NEWNEIGH = 28, enumerator 52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
|
/linux-6.12.1/net/mctp/ |
D | neigh.c | 266 RTM_NEWNEIGH, NLM_F_MULTI, neigh); in mctp_rtm_getneigh() 326 {THIS_MODULE, PF_MCTP, RTM_NEWNEIGH, mctp_rtm_newneigh, NULL, 0},
|
/linux-6.12.1/security/selinux/ |
D | nlmsgtab.c | 39 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux-6.12.1/samples/bpf/ |
D | xdp_router_ipv4_user.c | 362 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp() 375 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 330 case RTM_NEWNEIGH: in vxlan_fdb_notify() 1057 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing() 1101 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create() 1369 RTM_NEWNEIGH, in vxlan_fdb_dump() 1387 RTM_NEWNEIGH, in vxlan_fdb_dump() 1430 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get() 1481 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop() 3979 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
|
/linux-6.12.1/net/core/ |
D | neighbour.c | 2675 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify() 2741 RTM_NEWNEIGH, flags); in neigh_dump_table() 2780 RTM_NEWNEIGH, flags, tbl); in pneigh_dump_table() 2987 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 3016 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply() 3891 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
|
D | rtnetlink.c | 4365 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add() 4525 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 6788 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
|
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 769 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch.c | 792 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
|
/linux-6.12.1/net/dsa/ |
D | user.c | 526 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_user_port_fdb_do_dump()
|