Searched refs:__neigh_lookup_noref (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 304 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 317 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() function
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 570 n = __neigh_lookup_noref(tbl, pkey, dev); in neigh_lookup() 3026 neigh = __neigh_lookup_noref(tbl, addr, dev); in neigh_xmit()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 626 n = __neigh_lookup_noref(tbl, pkey, dev); in neigh_lookup() 3159 neigh = __neigh_lookup_noref(tbl, addr, dev); in neigh_xmit()
|
Completed in 12 milliseconds