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