Searched refs:hashinfo (Results 1 – 6 of 6) sorted by relevance
/include/net/ |
D | inet_hashtables.h | 179 struct inet_hashinfo *hashinfo, in inet_ehash_bucket() argument 182 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket() 186 struct inet_hashinfo *hashinfo, in inet_ehash_lockp() argument 189 return &hashinfo->ehash_locks[hash & hashinfo->ehash_locks_mask]; in inet_ehash_lockp() 192 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo); 200 static inline void inet_ehash_locks_free(struct inet_hashinfo *hashinfo) in inet_ehash_locks_free() argument 202 kvfree(hashinfo->ehash_locks); in inet_ehash_locks_free() 203 hashinfo->ehash_locks = NULL; in inet_ehash_locks_free() 253 struct inet_hashinfo *hashinfo, 261 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 93 return __inet6_lookup(dev_net(skb_dst(skb)->dev), hashinfo, skb, in __inet6_lookup_skb() 99 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 | 1302 struct inet_hashinfo *hashinfo; member
|
/include/linux/ |
D | inet_diag.h | 53 int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, 58 struct inet_hashinfo *hashinfo,
|
/include/net/netns/ |
D | ipv4.h | 38 struct inet_hashinfo *hashinfo; member
|