Home
last modified time | relevance | path

Searched refs:inet_bind_bucket (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/net/
Dinet6_connection_sock.h19 struct inet_bind_bucket;
26 const struct inet_bind_bucket *tb, bool relax);
Dinet_hashtables.h77 struct inet_bind_bucket { struct
88 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument
174 struct inet_bind_bucket *
179 struct inet_bind_bucket *tb);
187 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
Dinet_connection_sock.h31 struct inet_bind_bucket;
66 const struct inet_bind_bucket *tb, bool relax);
94 struct inet_bind_bucket *icsk_bind_hash;
264 const struct inet_bind_bucket *tb, bool relax);
Dinet_timewait_sock.h42 struct inet_bind_bucket;
91 struct inet_bind_bucket *tw_tb;
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c61 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
66 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create()
83 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
91 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
109 struct inet_bind_bucket *tb; in __inet_put_port()
136 struct inet_bind_bucket *tb; in __inet_inherit_port()
511 struct inet_bind_bucket *tb; in __inet_hash_connect()
Dinet_timewait_sock.c32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
Dinet_connection_sock.c47 const struct inet_bind_bucket *tb, bool relax) in inet_csk_bind_conflict()
97 struct inet_bind_bucket *tb; in inet_csk_get_port()
Dtcp.c3127 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/linux-4.4.14/net/ipv6/
Dinet6_connection_sock.c31 const struct inet_bind_bucket *tb, bool relax) in inet6_csk_bind_conflict()
/linux-4.4.14/net/dccp/
Dproto.c1122 sizeof(struct inet_bind_bucket), 0, in dccp_init()