Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet6_connection_sock.h19 struct inet_bind_bucket;
26 const struct inet_bind_bucket *tb, bool relax);
Dinet_hashtables.h78 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,
Dinet_connection_sock.h31 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);
Dinet_timewait_sock.h42 struct inet_bind_bucket;
90 struct inet_bind_bucket *tw_tb;
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c60 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()
Dinet_timewait_sock.c54 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.c3054 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c31 const struct inet_bind_bucket *tb, bool relax) in inet6_csk_bind_conflict()
/linux-4.1.27/net/dccp/
Dproto.c1123 sizeof(struct inet_bind_bucket), 0, in dccp_init()