Home
last modified time | relevance | path

Searched refs:RTM_NEWNEIGH (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/net/mctp/
Dneigh.c266 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-v6.1/net/bridge/
Dbr_fdb.c434 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_local()
540 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup()
888 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update()
896 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update()
946 RTM_NEWNEIGH, in br_fdb_dump()
978 RTM_NEWNEIGH, 0); in br_fdb_get()
1094 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry()
1382 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
1407 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
Dbr_switchdev.c156 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
/Linux-v6.1/include/uapi/linux/
Drtnetlink.h51 RTM_NEWNEIGH = 28, enumerator
52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/Linux-v6.1/security/selinux/
Dnlmsgtab.c39 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/Linux-v6.1/samples/bpf/
Dxdp_router_ipv4_user.c362 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
375 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c378 case RTM_NEWNEIGH: in vxlan_fdb_notify()
1030 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing()
1074 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create()
1342 RTM_NEWNEIGH, in vxlan_fdb_dump()
1360 RTM_NEWNEIGH, in vxlan_fdb_dump()
1403 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get()
1450 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop()
3806 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
/Linux-v6.1/net/core/
Dneighbour.c2664 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify()
2731 RTM_NEWNEIGH, in neigh_dump_table()
2774 RTM_NEWNEIGH, flags, tbl) < 0) { in pneigh_dump_table()
2981 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply()
3010 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply()
3883 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
Drtnetlink.c4160 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add()
4327 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
6205 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_net.c778 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c784 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
/Linux-v6.1/net/dsa/
Dslave.c407 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_slave_port_fdb_do_dump()