Searched refs:hashinfo (Results 1 – 6 of 6) sorted by relevance
/include/net/ |
D | inet_hashtables.h | 173 struct inet_hashinfo *hashinfo, in inet_ehash_bucket() argument 176 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket() 180 struct inet_hashinfo *hashinfo, in inet_ehash_lockp() argument 183 return &hashinfo->ehash_locks[hash & hashinfo->ehash_locks_mask]; in inet_ehash_lockp() 186 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo); 194 static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo) in inet_ehash_locks_free() argument 196 kvfree(hashinfo->ehash_locks); in inet_ehash_locks_free() 197 hashinfo->ehash_locks = NULL; in inet_ehash_locks_free() 258 struct inet_hashinfo *hashinfo, 266 struct inet_hashinfo *hashinfo, in inet_lookup_listener() argument [all …]
|
D | inet6_hashtables.h | 44 struct inet_hashinfo *hashinfo, 52 struct inet_hashinfo *hashinfo, 61 struct inet_hashinfo *hashinfo, in __inet6_lookup() argument 70 struct sock *sk = __inet6_lookup_established(net, hashinfo, saddr, in __inet6_lookup() 77 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __inet6_lookup() 81 static inline struct sock *__inet6_lookup_skb(struct inet_hashinfo *hashinfo, in __inet6_lookup_skb() argument 94 return __inet6_lookup(dev_net(skb_dst(skb)->dev), hashinfo, skb, in __inet6_lookup_skb() 100 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo,
|
D | inet_timewait_sock.h | 89 struct inet_hashinfo *hashinfo); 96 struct inet_hashinfo *hashinfo); 113 void inet_twsk_purge(struct inet_hashinfo *hashinfo, int family);
|
D | sock.h | 1208 struct inet_hashinfo *hashinfo; member
|
/include/linux/ |
D | inet_diag.h | 48 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, 53 struct inet_hashinfo *hashinfo,
|
/include/net/netns/ |
D | ipv4.h | 37 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
|