Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h308 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net,
/Linux-v4.19/net/core/
Dneighbour.c458 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev() function
487 EXPORT_SYMBOL(neigh_lookup_nodev);
/Linux-v4.19/net/decnet/
Ddn_route.c1077 neigh = neigh_lookup_nodev(&dn_neigh_table, &init_net, &fld.daddr); in dn_route_output_slow()