Searched refs:ndisc_hashfn (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | ndisc.h | 367 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn() function 379 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref()
|
/Linux-v4.19/net/ipv6/ |
D | ndisc.c | 314 return ndisc_hashfn(pkey, dev, hash_rnd); in ndisc_hash()
|
/Linux-v4.19/net/core/ |
D | filter.c | 4451 ndisc_hashfn, dst, dev); in bpf_ipv6_fib_lookup()
|