Home
last modified time | relevance | path

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

/linux/net/core/
H A Dneighbour.c738 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 Dvrf.c619 neigh = __neigh_create(&nd_tbl, nexthop, dst->dev, false); in vrf_finish_output6()
/linux/net/ipv6/
H A Dip6_output.c128 neigh = __neigh_create(&nd_tbl, nexthop, dev, false); in ip6_finish_output2()