Searched refs:ndisc_hashfn (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/net/ |
D | ndisc.h | 371 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn() function 383 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref() 391 ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref_stub()
|
/linux-6.6.21/net/ipv6/ |
D | ndisc.c | 319 return ndisc_hashfn(pkey, dev, hash_rnd); in ndisc_hash()
|