/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink_server.cpp | 37 case RTM_NEWNEIGH: in getIfIdx() 72 case RTM_NEWNEIGH: in handler()
|
/openbmc/linux/net/bridge/ |
H A D | br_fdb.c | 441 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_local() 547 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup() 900 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 908 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 958 RTM_NEWNEIGH, in br_fdb_dump() 990 RTM_NEWNEIGH, 0); in br_fdb_get() 1109 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry() 1412 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add() 1447 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
|
H A D | br_switchdev.c | 169 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 51 RTM_NEWNEIGH = 28, enumerator 52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
|
/openbmc/linux/net/mctp/ |
H A 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},
|
/openbmc/linux/security/selinux/ |
H A D | nlmsgtab.c | 39 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/openbmc/linux/samples/bpf/ |
H A 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()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 331 case RTM_NEWNEIGH: in vxlan_fdb_notify() 1058 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing() 1102 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create() 1370 RTM_NEWNEIGH, in vxlan_fdb_dump() 1388 RTM_NEWNEIGH, in vxlan_fdb_dump() 1431 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get() 1482 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop() 3881 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 2667 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify() 2734 RTM_NEWNEIGH, in neigh_dump_table() 2777 RTM_NEWNEIGH, flags, tbl) < 0) { in pneigh_dump_table() 2984 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 3013 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply() 3890 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
|
H A D | rtnetlink.c | 4327 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add() 4494 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 6586 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 769 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 792 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 516 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_slave_port_fdb_do_dump()
|