Home
last modified time | relevance | path

Searched refs:__neigh_create (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/net/
Dneighbour.h310 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/
Dvrf.c370 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/
Dneighbour.c489 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/
Dip_output.c224 neigh = __neigh_create(&arp_tbl, &nexthop, dev, false); in ip_finish_output2()
/Linux-v4.19/net/ipv6/
Dip6_output.c117 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in ip6_finish_output2()