Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dinet_hashtables.h77 struct inet_bind_bucket { struct
113 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net() argument
226 struct inet_bind_bucket *
230 void inet_bind_bucket_destroy(struct inet_bind_bucket *tb);
232 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,
239 struct inet_bind_bucket *tb,
286 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
H A Dinet_timewait_sock.h26 struct inet_bind_bucket;
82 struct inet_bind_bucket *tw_tb;
H A Dinet_connection_sock.h27 struct inet_bind_bucket;
82 struct inet_bind_bucket *icsk_bind_hash;
325 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
/linux-6.15/net/ipv4/
H A Dinet_hashtables.c64 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()
87 void inet_bind_bucket_destroy(struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
95 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match()
105 struct inet_bind_bucket *tb, in inet_bind2_bucket_init()
131 struct inet_bind_bucket *tb, in inet_bind2_bucket_create()
165 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
182 struct inet_bind_bucket *tb; in __inet_put_port()
225 struct inet_bind_bucket *tb; in __inet_inherit_port()
721 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock()
[all …]
H A Dinet_connection_sock.c241 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict()
329 inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret, in inet_csk_find_open_port()
338 struct inet_bind_bucket *tb; in inet_csk_find_open_port()
425 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match()
458 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb, in inet_csk_update_fastreuse()
522 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
H A Dinet_timewait_sock.c33 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
H A Dtcp.c5138 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dinet_connection_sock.rst13 struct inet_bind_bucket icsk_bind_hash read_mostly …
/linux-6.15/net/dccp/
H A Dproto.c1137 sizeof(struct inet_bind_bucket), 0, in dccp_init()