Home
last modified time | relevance | path

Searched refs:__neigh_lookup_noref (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/net/
Dneighbour.h317 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() function
/Linux-v6.1/net/core/
Dneighbour.c608 n = __neigh_lookup_noref(tbl, pkey, dev); in neigh_lookup()
3156 neigh = __neigh_lookup_noref(tbl, addr, dev); in neigh_xmit()