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