Home
last modified time | relevance | path

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

/linux-6.15/net/bridge/
H A Dbr_fdb.c452 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()
1147 fdb_notify(br, fdb, RTM_NEWNEIGH, true); in fdb_add_entry()
1448 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
1487 fdb_notify(br, fdb, RTM_NEWNEIGH, swdev_notify); in br_fdb_external_learn_add()
H A Dbr_switchdev.c169 case RTM_NEWNEIGH: in br_switchdev_fdb_notify()
/linux-6.15/include/uapi/linux/
H A Drtnetlink.h51 RTM_NEWNEIGH = 28, enumerator
52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/linux-6.15/net/mctp/
H A Dneigh.c266 RTM_NEWNEIGH, NLM_F_MULTI, neigh); in mctp_rtm_getneigh()
326 {THIS_MODULE, PF_MCTP, RTM_NEWNEIGH, mctp_rtm_newneigh, NULL, 0},
/linux-6.15/security/selinux/
H A Dnlmsgtab.c39 { RTM_NEWNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_WRITE },
/linux-6.15/samples/bpf/
H A Dxdp_router_ipv4_user.c362 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
375 } else if (nh->nlmsg_type == RTM_NEWNEIGH) { in read_arp()
/linux-6.15/net/core/
H A Dneighbour.c2618 __neigh_notify(neigh, RTM_NEWNEIGH, 0, nlmsg_pid); in neigh_update_notify()
2683 RTM_NEWNEIGH, flags); in neigh_dump_table()
2722 RTM_NEWNEIGH, flags, tbl); in pneigh_dump_table()
2930 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply()
2959 err = pneigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0, tbl); in pneigh_get_reply()
3823 {.msgtype = RTM_NEWNEIGH, .doit = neigh_add},
H A Drtnetlink.c4669 rtnl_fdb_notify(dev, addr, vid, RTM_NEWNEIGH, in rtnl_fdb_add()
4835 RTM_NEWNEIGH, NTF_SELF, in nlmsg_populate_fdb()
7080 {.protocol = PF_BRIDGE, .msgtype = RTM_NEWNEIGH, .doit = rtnl_fdb_add},
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c331 case RTM_NEWNEIGH: in vxlan_fdb_notify()
1061 err = vxlan_fdb_notify(vxlan, f, rd, RTM_NEWNEIGH, in vxlan_fdb_update_existing()
1105 rc = vxlan_fdb_notify(vxlan, f, first_remote_rtnl(f), RTM_NEWNEIGH, in vxlan_fdb_update_create()
1377 RTM_NEWNEIGH, in vxlan_fdb_dump()
1395 RTM_NEWNEIGH, in vxlan_fdb_dump()
1438 RTM_NEWNEIGH, 0, first_remote_rcu(f)); in vxlan_fdb_get()
1492 vxlan_fdb_notify(vxlan, f, rdst, RTM_NEWNEIGH, true, NULL); in vxlan_snoop()
4015 RTM_NEWNEIGH, true, extack); in __vxlan_dev_create()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c770 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c793 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dpaa2_switch_fdb_dump_nl()
/linux-6.15/net/dsa/
H A Duser.c527 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in dsa_user_port_fdb_do_dump()