Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Drtnetlink.h50 RTM_NEWNEIGH = 28, enumerator
51 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/linux-4.4.14/net/bridge/
Dbr_fdb.c548 fdb_notify(br, fdb, RTM_NEWNEIGH); in fdb_insert()
598 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_update()
607 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_update()
748 RTM_NEWNEIGH, in br_fdb_dump()
823 fdb_notify(br, fdb, RTM_NEWNEIGH); in fdb_add_entry()
1111 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_external_learn_add()
1119 fdb_notify(br, fdb, RTM_NEWNEIGH); in br_fdb_external_learn_add()
/linux-4.4.14/security/selinux/
Dnlmsgtab.c43 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-4.4.14/net/core/
Dneighbour.c2235 __neigh_notify(neigh, RTM_NEWNEIGH, 0); in neigh_update_notify()
2305 RTM_NEWNEIGH, in neigh_dump_table()
2342 RTM_NEWNEIGH, in pneigh_dump_table()
3212 rtnl_register(PF_UNSPEC, RTM_NEWNEIGH, neigh_add, NULL, NULL); in neigh_init()
Drtnetlink.c2752 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH); in rtnl_fdb_add()
2880 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
3490 rtnl_register(PF_BRIDGE, RTM_NEWNEIGH, rtnl_fdb_add, NULL, NULL); in rtnetlink_init()
/linux-4.4.14/net/switchdev/
Dswitchdev.c1034 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in switchdev_port_fdb_dump_cb()
/linux-4.4.14/drivers/net/
Dvxlan.c741 vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH); in vxlan_fdb_create()
932 RTM_NEWNEIGH, in vxlan_fdb_dump()
973 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH); in vxlan_snoop()