Searched defs:hash_rnd (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/net/ |
H A D | arp.h | 12 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) arp_hashfn() argument
|
H A D | flowcache.h | 12 u32 hash_rnd; member in struct:flow_cache_percpu
|
H A D | ndisc.h | 147 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) ndisc_hashfn() argument
|
H A D | request_sock.h | 133 u32 hash_rnd; member in struct:listen_sock
|
H A D | neighbour.h | 184 __u32 hash_rnd[NEIGH_NUM_HASH_RND]; member in struct:neigh_hash_table 269 ___neigh_lookup_noref( struct neigh_table *tbl, bool (*key_eq)(const struct neighbour *n, const void *pkey), __u32 (*hash)(const void *pkey, const struct net_device *dev, __u32 *hash_rnd), const void *pkey, struct net_device *dev) ___neigh_lookup_noref() argument
|
/linux-4.1.27/net/decnet/ |
H A D | dn_neigh.c | 65 dn_neigh_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) dn_neigh_hash() argument
|
/linux-4.1.27/net/mac80211/ |
H A D | mesh.h | 152 __u32 hash_rnd; /* Used for hash generation */ member in struct:mesh_table
|
/linux-4.1.27/include/linux/ |
H A D | rhashtable.h | 70 u32 hash_rnd; member in struct:bucket_table
|
/linux-4.1.27/net/ipv4/ |
H A D | arp.c | 210 arp_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) arp_hash() argument
|
/linux-4.1.27/net/ipv6/ |
H A D | ndisc.c | 293 ndisc_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) ndisc_hash() argument
|
Completed in 465 milliseconds