Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_hashtables.h80 struct inet_bind_bucket { struct
96 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument
191 struct inet_bind_bucket *
196 struct inet_bind_bucket *tb);
204 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
Dinet_timewait_sock.h30 struct inet_bind_bucket;
78 struct inet_bind_bucket *tw_tb;
Dinet_connection_sock.h30 struct inet_bind_bucket;
95 struct inet_bind_bucket *icsk_bind_hash;
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c65 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
70 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create()
86 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
94 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
111 struct inet_bind_bucket *tb; in __inet_put_port()
137 struct inet_bind_bucket *tb; in __inet_inherit_port()
562 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock()
674 struct inet_bind_bucket *tb; in __inet_hash_connect()
Dinet_connection_sock.c133 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict()
177 inet_csk_find_open_port(struct sock *sk, struct inet_bind_bucket **tb_ret, int *port_ret) in inet_csk_find_open_port()
184 struct inet_bind_bucket *tb; in inet_csk_find_open_port()
250 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match()
294 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
Dinet_timewait_sock.c31 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
Dtcp.c3843 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/Linux-v4.19/net/dccp/
Dproto.c1146 sizeof(struct inet_bind_bucket), 0, in dccp_init()