Home
last modified time | relevance | path

Searched refs:___neigh_lookup_noref (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Darp.h26 return ___neigh_lookup_noref(&arp_tbl, neigh_key_eq32, arp_hashfn, &key, dev); in __ipv4_neigh_lookup_noref()
Dneighbour.h273 static inline struct neighbour *___neigh_lookup_noref( in ___neigh_lookup_noref() function
301 return ___neigh_lookup_noref(tbl, tbl->key_eq, tbl->hash, pkey, dev); in __neigh_lookup_noref()
Dndisc.h379 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref()
/Linux-v4.19/net/core/
Dfilter.c4450 neigh = ___neigh_lookup_noref(ipv6_stub->nd_tbl, neigh_key_eq128, in bpf_ipv6_fib_lookup()