/linux/net/bridge/ |
H A D | br_fdb.c | 452 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_local() 558 fdb_notify(br, f, RTM_NEWNEIGH, false); in br_fdb_cleanup() 934 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 942 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update() 993 RTM_NEWNEIGH, in br_fdb_dump() 1025 RTM_NEWNEIGH, 0); in br_fdb_get() 1074 pr_info("bridge: RTM_NEWNEIGH %s without NUD_PERMANENT\n", in fdb_add_entry() 1147 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry() 1162 pr_info("bridge: RTM_NEWNEIGH %s with NTF_USE is not supported\n", in __br_fdb_add() 1197 /* Add new permanent fdb entry with RTM_NEWNEIGH */ [all...] |
H A D | br_switchdev.c | 172 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
|
/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 51 RTM_NEWNEIGH = 28, enumerator 52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
|
/linux/net/mctp/ |
H A D | neigh.c | 269 RTM_NEWNEIGH, NLM_F_MULTI, neigh); in mctp_rtm_getneigh() 329 {THIS_MODULE, PF_MCTP, RTM_NEWNEIGH, mctp_rtm_newneigh, NULL, 0},
|
/linux/security/selinux/ |
H A D | nlmsgtab.c | 39 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
|
/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()
|
/linux/net/core/ |
H A D | neighbour.c | 2733 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify() 2798 RTM_NEWNEIGH, flags); in neigh_dump_table() 2837 RTM_NEWNEIGH, flags, tbl); in pneigh_dump_table() 3096 err = pneigh_fill_info(skb, pn, pid, seq, RTM_NEWNEIGH, 0, tbl); in neigh_get() 3107 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get() 3917 {.msgtype = RTM_NEWNEIGH, .doit = neigh_add},
|
H A D | rtnetlink.c | 4661 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add() 4827 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb() 7071 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add},
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 336 case RTM_NEWNEIGH: in vxlan_fdb_notify() 1046 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing() 1089 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create() 1243 pr_info("RTM_NEWNEIGH with invalid state %#x\n", in vxlan_fdb_add() 1354 RTM_NEWNEIGH, NLM_F_MULTI, NULL); in vxlan_fdb_dump() 1371 RTM_NEWNEIGH, NLM_F_MULTI, rd); in vxlan_fdb_dump() 1412 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get() 1466 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop()
|
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_net.c | 770 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 793 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
|
/linux/net/dsa/ |
H A D | user.c | 527 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_user_port_fdb_do_dump()
|