Searched refs:__neigh_create (Results 1 – 3 of 3) sorted by relevance
| /linux/net/core/ |
| H A D | neighbour.c | 738 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() function 745 EXPORT_SYMBOL(__neigh_create); 3225 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 619 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 128 neigh = __neigh_create(&nd_tbl, nexthop, dev, false); in ip6_finish_output2()
|