Home
last modified time | relevance | path

Searched refs:inet_bind2_bucket (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h95 struct inet_bind2_bucket { struct
120 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument
227 struct inet_bind2_bucket *
234 struct inet_bind2_bucket *tb);
236 struct inet_bind2_bucket *
242 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb,
278 struct inet_bind2_bucket *tb2, unsigned short port);
H A Dinet_connection_sock.h28 struct inet_bind2_bucket;
87 struct inet_bind2_bucket *icsk_bind2_hash;
318 struct inet_bind2_bucket *tb2);
/linux/net/ipv4/
H A Dinet_hashtables.c98 const struct inet_bind2_bucket *tb2; in inet_bind_bucket_destroy()
123 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2, in inet_bind2_bucket_init()
151 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create()
157 struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create()
166 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy()
187 static bool inet_bind2_bucket_addr_match(const struct inet_bind2_bucket *tb2, in inet_bind2_bucket_addr_match()
201 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash()
232 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port()
260 struct inet_bind2_bucket *tb2; in __inet_inherit_port()
852 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match()
[all …]
H A Dtcp_diag.c400 struct inet_bind2_bucket *tb2; in tcp_diag_dump()
H A Dtcp.c5292 sizeof(struct inet_bind2_bucket), 0, in tcp_init()
/linux/net/dccp/
H A Dproto.c