Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h76 struct inet_bind_bucket { struct
93 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument
200 struct inet_bind_bucket *
205 struct inet_bind_bucket *tb);
213 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
Dinet_timewait_sock.h26 struct inet_bind_bucket;
76 struct inet_bind_bucket *tw_tb;
Dinet_connection_sock.h27 struct inet_bind_bucket;
86 struct inet_bind_bucket *icsk_bind_hash;
315 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
Dninet_connection_sock.h16 struct inet_bind_bucket;
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c73 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
79 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create()
96 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
104 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
121 struct inet_bind_bucket *tb; in __inet_put_port()
147 struct inet_bind_bucket *tb; in __inet_inherit_port()
617 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock()
752 struct inet_bind_bucket *tb; in __inet_hash_connect()
Dinet_connection_sock.c135 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict()
187 inet_csk_find_open_port(struct sock *sk, struct inet_bind_bucket **tb_ret, int *port_ret) in inet_csk_find_open_port()
195 struct inet_bind_bucket *tb; in inet_csk_find_open_port()
271 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match()
304 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb, in inet_csk_update_fastreuse()
366 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
Dinet_timewait_sock.c32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
Dtcp.c4269 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/kernel/linux/linux-5.10/net/dccp/
Dproto.c1125 sizeof(struct inet_bind_bucket), 0, in dccp_init()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch25626 struct inet_bind_bucket *tb;