/linux/net/bridge/ |
A D | br_fdb.c | 434 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_local() 540 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup() 745 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 753 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 803 RTM_NEWNEIGH, in br_fdb_dump() 835 RTM_NEWNEIGH, 0); in br_fdb_get() 951 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry() 1238 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add() 1263 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
|
A D | br_switchdev.c | 155 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
|
/linux/net/mctp/ |
A D | neigh.c | 266 RTM_NEWNEIGH, NLM_F_MULTI, neigh); in mctp_rtm_getneigh() 327 rtnl_register_module(THIS_MODULE, PF_MCTP, RTM_NEWNEIGH, in mctp_neigh_init() 342 rtnl_unregister(PF_MCTP, RTM_NEWNEIGH); in mctp_neigh_exit()
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 51 RTM_NEWNEIGH = 28, enumerator 52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
|
/linux/security/selinux/ |
A D | nlmsgtab.c | 40 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/linux/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 441 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp() 454 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
|
/linux/drivers/net/ |
A D | vxlan.c | 438 case RTM_NEWNEIGH: in vxlan_fdb_notify() 1095 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing() 1139 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create() 1391 RTM_NEWNEIGH, in vxlan_fdb_dump() 1409 RTM_NEWNEIGH, in vxlan_fdb_dump() 1452 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get() 1499 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop() 3918 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
|
/linux/net/core/ |
A D | neighbour.c | 2606 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify() 2673 RTM_NEWNEIGH, in neigh_dump_table() 2716 RTM_NEWNEIGH, flags, tbl) < 0) { in pneigh_dump_table() 2923 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 2952 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply() 3820 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
|
A D | rtnetlink.c | 4063 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add() 4200 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 5685 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot.c | 1161 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
|
/linux/net/dsa/ |
A D | slave.c | 202 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_slave_port_fdb_do_dump()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-switch.c | 780 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
|