Searched refs:__neigh_create (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/ |
D | neighbour.h | 310 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 316 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 370 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6() 578 neigh = __neigh_create(&arp_tbl, &nexthop, dev, false); in vrf_finish_output()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 489 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() function 575 EXPORT_SYMBOL(__neigh_create); 2541 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
|
/Linux-v4.19/net/ipv4/ |
D | ip_output.c | 224 neigh = __neigh_create(&arp_tbl, &nexthop, dev, false); in ip_finish_output2()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_output.c | 117 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2()
|