RTM_NEWNEIGH      822 drivers/net/ethernet/mscc/ocelot.c 	nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
RTM_NEWNEIGH      406 drivers/net/vxlan.c 		case RTM_NEWNEIGH:
RTM_NEWNEIGH      957 drivers/net/vxlan.c 		err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH,
RTM_NEWNEIGH      999 drivers/net/vxlan.c 	rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH,
RTM_NEWNEIGH     1238 drivers/net/vxlan.c 						     RTM_NEWNEIGH,
RTM_NEWNEIGH     1278 drivers/net/vxlan.c 			     RTM_NEWNEIGH, 0, first_remote_rcu(f));
RTM_NEWNEIGH     1321 drivers/net/vxlan.c 		vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL);
RTM_NEWNEIGH     3631 drivers/net/vxlan.c 				       RTM_NEWNEIGH, true, extack);
RTM_NEWNEIGH      571 drivers/staging/fsl-dpaa2/ethsw/ethsw.c 	nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
RTM_NEWNEIGH      541 net/bridge/br_fdb.c 	fdb_notify(br, fdb, RTM_NEWNEIGH, true);
RTM_NEWNEIGH      596 net/bridge/br_fdb.c 				fdb_notify(br, fdb, RTM_NEWNEIGH, true);
RTM_NEWNEIGH      607 net/bridge/br_fdb.c 			fdb_notify(br, fdb, RTM_NEWNEIGH, true);
RTM_NEWNEIGH      759 net/bridge/br_fdb.c 				    RTM_NEWNEIGH,
RTM_NEWNEIGH      791 net/bridge/br_fdb.c 			    RTM_NEWNEIGH, 0);
RTM_NEWNEIGH      875 net/bridge/br_fdb.c 		fdb_notify(br, fdb, RTM_NEWNEIGH, true);
RTM_NEWNEIGH     1130 net/bridge/br_fdb.c 		fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify);
RTM_NEWNEIGH     1152 net/bridge/br_fdb.c 			fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify);
RTM_NEWNEIGH      135 net/bridge/br_switchdev.c 	case RTM_NEWNEIGH:
RTM_NEWNEIGH     2515 net/core/neighbour.c 	__neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid);
RTM_NEWNEIGH     2575 net/core/neighbour.c 					    RTM_NEWNEIGH,
RTM_NEWNEIGH     2618 net/core/neighbour.c 					    RTM_NEWNEIGH, flags, tbl) < 0) {
RTM_NEWNEIGH     2824 net/core/neighbour.c 	err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0);
RTM_NEWNEIGH     2852 net/core/neighbour.c 	err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl);
RTM_NEWNEIGH     3723 net/core/neighbour.c 	rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0);
RTM_NEWNEIGH     3754 net/core/rtnetlink.c 			rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH,
RTM_NEWNEIGH     3891 net/core/rtnetlink.c 					      RTM_NEWNEIGH, NTF_SELF,
RTM_NEWNEIGH     5365 net/core/rtnetlink.c 	rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0);
RTM_NEWNEIGH      203 net/dsa/slave.c 	nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
RTM_NEWNEIGH      426 samples/bpf/xdp_router_ipv4_user.c 				} else if (nh->nlmsg_type == RTM_NEWNEIGH) {
RTM_NEWNEIGH      439 samples/bpf/xdp_router_ipv4_user.c 			} else if (nh->nlmsg_type == RTM_NEWNEIGH) {
RTM_NEWNEIGH       40 security/selinux/nlmsgtab.c 	{ RTM_NEWNEIGH,		NETLINK_ROUTE_SOCKET__NLMSG_WRITE },