Searched refs:__neigh_create (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 315 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 321 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
|
H A D | route.h | 374 neigh = __neigh_create(&arp_tbl, &daddr, dev, false); in ip_neigh_gw4()
|
H A D | ndisc.h | 449 neigh = __neigh_create(ipv6_stub->nd_tbl, addr, dev, false); in ip_neigh_gw6()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 339 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 345 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
|
H A D | ndisc.h | 437 neigh = __neigh_create(ipv6_stub->nd_tbl, addr, dev, false); in ip_neigh_gw6()
|
H A D | route.h | 374 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 D | nip_output.c | 89 neigh = __neigh_create(&nnd_tbl, nexthop, dev, false); in nip_output()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 677 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 D | neighbour.c | 734 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 D | vrf.c | 672 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_output.c | 142 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 659 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_output.c | 126 neigh = __neigh_create(&nd_tbl, nexthop, dev, false); in ip6_finish_output2()
|
Completed in 25 milliseconds