Searched defs:hashinfo (Results 1 - 4 of 4) sorted by relevance

/include/net/
H A Dinet6_hashtables.h50 struct inet_hashinfo *hashinfo,
57 struct inet_hashinfo *hashinfo,
64 struct inet_hashinfo *hashinfo,
71 struct sock *sk = __inet6_lookup_established(net, hashinfo, saddr,
76 return inet6_lookup_listener(net, hashinfo, saddr, sport,
80 static inline struct sock *__inet6_lookup_skb(struct inet_hashinfo *hashinfo, argument
91 return __inet6_lookup(dev_net(skb_dst(skb)->dev), hashinfo,
97 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo,
63 __inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif) argument
H A Dinet_hashtables.h158 struct inet_hashinfo *hashinfo,
161 return &hashinfo->ehash[hash & hashinfo->ehash_mask];
165 struct inet_hashinfo *hashinfo,
168 return &hashinfo->ehash_locks[hash & hashinfo->ehash_locks_mask];
171 static inline int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo) argument
190 hashinfo->ehash_locks = vmalloc(size * sizeof(spinlock_t));
193 hashinfo->ehash_locks = kmalloc(size * sizeof(spinlock_t),
195 if (!hashinfo
157 inet_ehash_bucket( struct inet_hashinfo *hashinfo, unsigned int hash) argument
164 inet_ehash_lockp( struct inet_hashinfo *hashinfo, unsigned int hash) argument
204 inet_ehash_locks_free(struct inet_hashinfo *hashinfo) argument
264 inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif) argument
334 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
343 __inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
357 inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) argument
372 __inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, const __be16 sport, const __be16 dport) argument
[all...]
H A Dinet_timewait_sock.h86 struct inet_hashinfo *hashinfo; member in struct:inet_timewait_death_row
192 struct inet_hashinfo *hashinfo);
198 struct inet_hashinfo *hashinfo);
206 void inet_twsk_purge(struct inet_hashinfo *hashinfo,
H A Dsock.h1026 struct inet_hashinfo *hashinfo; member in union:proto::__anon1370

Completed in 275 milliseconds