Searched refs:inet_bind_bucket (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 77 struct inet_bind_bucket { struct 115 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net() argument 217 struct inet_bind_bucket * 221 void inet_bind_bucket_destroy(struct inet_bind_bucket *tb); 223 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, 230 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; 83 struct inet_bind_bucket *tw_tb;
|
| H A D | inet_connection_sock.h | 27 struct inet_bind_bucket; 86 struct inet_bind_bucket *icsk_bind_hash; 317 struct inet_bind_bucket *tb,
|
| /linux/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 inet_bind_bucket *tb) in inet_bind_bucket_destroy() 116 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match() 126 struct inet_bind_bucket *tb, in inet_bind2_bucket_init() 154 struct inet_bind_bucket *tb, in inet_bind2_bucket_create() 200 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash() 217 struct inet_bind_bucket *tb; in __inet_put_port() 261 struct inet_bind_bucket *tb; in __inet_inherit_port() 761 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock() [all …]
|
| H A D | inet_connection_sock.c | 228 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict() 316 inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret, in inet_csk_find_open_port() 325 struct inet_bind_bucket *tb; in inet_csk_find_open_port() 412 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match() 444 struct inet_bind_bucket *tb, in inet_csk_update_fastreuse() 510 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
|
| H A D | inet_timewait_sock.c | 34 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
|
| H A D | tcp.c | 5286 sizeof(struct inet_bind_bucket), 0, in tcp_init()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | inet_connection_sock.rst | 13 struct inet_bind_bucket icsk_bind_hash read_mostly …
|