Home
last modified time | relevance | path

Searched refs:__neigh_create (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h315 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
321 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
H A Droute.h374 neigh = __neigh_create(&arp_tbl, &daddr, dev, false); in ip_neigh_gw4()
H A Dndisc.h449 neigh = __neigh_create(ipv6_stub->nd_tbl, addr, dev, false); in ip_neigh_gw6()
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h339 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
345 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
H A Dndisc.h437 neigh = __neigh_create(ipv6_stub->nd_tbl, addr, dev, false); in ip_neigh_gw6()
H A Droute.h374 neigh = __neigh_create(&arp_tbl, &daddr, dev, false); in ip_neigh_gw4()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_output.c89 neigh = __neigh_create(&nnd_tbl, nexthop, dev, false); in nip_output()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c677 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() function
682 EXPORT_SYMBOL(__neigh_create); variable
3029 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c734 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() function
739 EXPORT_SYMBOL(__neigh_create); variable
3162 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c672 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_output.c142 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c659 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_output.c126 neigh = __neigh_create(&nd_tbl, nexthop, dev, false); in ip6_finish_output2()

Completed in 25 milliseconds