Searched refs:inet_bind_bucket (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A 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() 200 struct inet_bind_bucket * 205 struct inet_bind_bucket *tb); 213 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
|
H A D | inet_timewait_sock.h | 26 struct inet_bind_bucket; 76 struct inet_bind_bucket *tw_tb;
|
H A D | inet_connection_sock.h | 31 struct inet_bind_bucket; 90 struct inet_bind_bucket *icsk_bind_hash; 373 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 77 struct inet_bind_bucket { struct 117 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net() 230 struct inet_bind_bucket * 235 struct inet_bind_bucket *tb); 237 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, 291 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
|
H A D | inet_timewait_sock.h | 26 struct inet_bind_bucket; 75 struct inet_bind_bucket *tw_tb;
|
H A D | inet_connection_sock.h | 27 struct inet_bind_bucket; 87 struct inet_bind_bucket *icsk_bind_hash; 323 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 73 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()
|
H A D | inet_connection_sock.c | 135 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()
|
H A D | inet_timewait_sock.c | 32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
|
H A D | tcp.c | 4375 sizeof(struct inet_bind_bucket), 0, in tcp_init()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | ninet_connection_sock.h | 16 struct inet_bind_bucket;
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 65 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create() 71 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create() 88 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy() 96 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match() 168 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash() 186 struct inet_bind_bucket *tb; in __inet_put_port() 230 struct inet_bind_bucket *tb; in __inet_inherit_port() 713 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock() 1011 struct inet_bind_bucket *tb; in __inet_hash_connect()
|
H A D | inet_connection_sock.c | 236 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict() 323 inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret, in inet_csk_find_open_port() 332 struct inet_bind_bucket *tb; in inet_csk_find_open_port() 419 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match() 452 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb, in inet_csk_update_fastreuse() 516 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
|
H A D | inet_timewait_sock.c | 33 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
|
H A D | tcp.c | 4662 sizeof(struct inet_bind_bucket), 0, in tcp_init()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | proto.c | 1141 sizeof(struct inet_bind_bucket), 0, in dccp_init()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | proto.c | 1137 sizeof(struct inet_bind_bucket), 0, in dccp_init()
|
Completed in 25 milliseconds