Searched refs:inet_bind_bucket (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | inet_hashtables.h | 76 struct inet_bind_bucket { struct 93 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument 199 struct inet_bind_bucket * 204 struct inet_bind_bucket *tb); 212 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
|
| D | inet_timewait_sock.h | 26 struct inet_bind_bucket; 76 struct inet_bind_bucket *tw_tb;
|
| D | inet_connection_sock.h | 26 struct inet_bind_bucket; 91 struct inet_bind_bucket *icsk_bind_hash;
|
| /Linux-v5.4/net/ipv4/ |
| D | inet_hashtables.c | 61 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 67 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create() 84 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy() 92 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() 135 struct inet_bind_bucket *tb; in __inet_inherit_port() 518 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock() 630 struct inet_bind_bucket *tb; in __inet_hash_connect()
|
| D | inet_connection_sock.c | 129 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict() 173 inet_csk_find_open_port(struct sock *sk, struct inet_bind_bucket **tb_ret, int *port_ret) in inet_csk_find_open_port() 180 struct inet_bind_bucket *tb; in inet_csk_find_open_port() 249 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match() 293 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
|
| D | inet_timewait_sock.c | 32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
|
| D | tcp.c | 3958 sizeof(struct inet_bind_bucket), 0, in tcp_init()
|
| /Linux-v5.4/net/dccp/ |
| D | proto.c | 1146 sizeof(struct inet_bind_bucket), 0, in dccp_init()
|