Searched refs:__neigh_create (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/ |
D | neighbour.h | 307 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, 313 return __neigh_create(tbl, pkey, dev, true); in neigh_create()
|
/linux-4.4.14/drivers/net/ |
D | vrf.c | 420 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6() 545 neigh = __neigh_create(&arp_tbl, &nexthop, dev, false); in vrf_finish_output()
|
/linux-4.4.14/net/core/ |
D | neighbour.c | 451 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() function 537 EXPORT_SYMBOL(__neigh_create); 2472 neigh = __neigh_create(tbl, addr, dev, false); in neigh_xmit()
|
/linux-4.4.14/net/ipv4/ |
D | ip_output.c | 208 neigh = __neigh_create(&arp_tbl, &nexthop, dev, false); in ip_finish_output2()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_output.c | 111 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2()
|