Searched refs:inet_bind2_bucket (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 95 struct inet_bind2_bucket { struct 118 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument 236 struct inet_bind2_bucket * 243 struct inet_bind2_bucket *tb); 245 struct inet_bind2_bucket * 251 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, 287 struct inet_bind2_bucket *tb2, unsigned short port);
|
| H A D | inet_timewait_sock.h | 83 struct inet_bind2_bucket *tw_tb2;
|
| H A D | inet_connection_sock.h | 28 struct inet_bind2_bucket; 83 struct inet_bind2_bucket *icsk_bind2_hash;
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 102 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2, in inet_bind2_bucket_init() 128 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create() 134 struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create() 166 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash() 196 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port() 224 struct inet_bind2_bucket *tb2; in __inet_inherit_port() 828 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match() 861 struct inet_bind2_bucket * 865 struct inet_bind2_bucket *bhash2 = NULL; in inet_bind2_bucket_find() 907 struct inet_bind2_bucket *tb2, *new_tb2; in __inet_bhash2_update_saddr() [all …]
|
| H A D | inet_connection_sock.c | 219 const struct inet_bind2_bucket *tb2, in inet_bhash2_conflict() 242 const struct inet_bind2_bucket *tb2, /* may be null */ in inet_csk_bind_conflict() 294 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict() 330 struct inet_bind2_bucket **tb2_ret, in inet_csk_find_open_port() 337 struct inet_bind2_bucket *tb2; in inet_csk_find_open_port() 521 struct inet_bind2_bucket *tb2 = NULL; in inet_csk_get_port()
|
| H A D | inet_timewait_sock.c | 32 struct inet_bind2_bucket *tb2 = tw->tw_tb2; in inet_twsk_bind_unhash()
|
| H A D | inet_diag.c | 1108 struct inet_bind2_bucket *tb2; in inet_diag_dump_icsk()
|
| H A D | tcp.c | 5144 sizeof(struct inet_bind2_bucket), 0, in tcp_init()
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | inet_connection_sock.rst | 14 struct inet_bind2_bucket icsk_bind2_hash read_mostly …
|
| /linux-6.15/net/dccp/ |
| H A D | proto.c | 1143 sizeof(struct inet_bind2_bucket), 0, in dccp_init()
|