Searched refs:inet_bind_bucket (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/net/ |
D | inet6_connection_sock.h | 19 struct inet_bind_bucket; 26 const struct inet_bind_bucket *tb, bool relax);
|
D | inet_hashtables.h | 78 struct inet_bind_bucket { struct 89 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument 217 struct inet_bind_bucket * 222 struct inet_bind_bucket *tb); 230 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
|
D | inet_connection_sock.h | 31 struct inet_bind_bucket; 64 const struct inet_bind_bucket *tb, bool relax); 92 struct inet_bind_bucket *icsk_bind_hash; 266 const struct inet_bind_bucket *tb, bool relax);
|
D | inet_timewait_sock.h | 42 struct inet_bind_bucket; 90 struct inet_bind_bucket *tw_tb;
|
/linux-4.1.27/net/ipv4/ |
D | inet_hashtables.c | 60 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 65 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create() 82 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy() 90 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash() 112 struct inet_bind_bucket *tb; in __inet_put_port() 141 struct inet_bind_bucket *tb; in __inet_inherit_port() 496 struct inet_bind_bucket *tb; in __inet_hash_connect()
|
D | inet_timewait_sock.c | 54 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
|
D | inet_connection_sock.c | 47 const struct inet_bind_bucket *tb, bool relax) in inet_csk_bind_conflict() 97 struct inet_bind_bucket *tb; in inet_csk_get_port()
|
D | tcp.c | 3054 sizeof(struct inet_bind_bucket), 0, in tcp_init()
|
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 31 const struct inet_bind_bucket *tb, bool relax) in inet6_csk_bind_conflict()
|
/linux-4.1.27/net/dccp/ |
D | proto.c | 1123 sizeof(struct inet_bind_bucket), 0, in dccp_init()
|