Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_fdb.c545 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_insert()
600 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update()
611 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in br_fdb_update()
761 RTM_NEWNEIGH, in br_fdb_dump()
840 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry()
1092 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
1111 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
Dbr_switchdev.c131 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h51 RTM_NEWNEIGH = 28, enumerator
52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/Linux-v4.19/security/selinux/
Dnlmsgtab.c43 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_user.c409 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
421 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
/Linux-v4.19/net/core/
Dneighbour.c2304 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify()
2375 RTM_NEWNEIGH, in neigh_dump_table()
2410 RTM_NEWNEIGH, in pneigh_dump_table()
3267 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, 0); in neigh_init()
Drtnetlink.c3566 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add()
3697 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
4841 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, 0); in rtnetlink_init()
/Linux-v4.19/drivers/net/
Dvxlan.c760 vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH); in vxlan_fdb_update()
988 RTM_NEWNEIGH, in vxlan_fdb_dump()
1038 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH); in vxlan_snoop()
3227 vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH); in __vxlan_dev_create()
3507 vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH); in vxlan_changelink()
/Linux-v4.19/net/dsa/
Dslave.c205 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_slave_port_fdb_do_dump()
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c767 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_fdb_do_dump()