Searched refs:inet_bind2_bucket (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 95 struct inet_bind2_bucket { struct 120 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument 227 struct inet_bind2_bucket * 234 struct inet_bind2_bucket *tb); 236 struct inet_bind2_bucket * 242 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, 292 struct inet_bind2_bucket *tb2, unsigned short port);
|
| H A D | inet_connection_sock.h | 28 struct inet_bind2_bucket; 86 struct inet_bind2_bucket *icsk_bind2_hash; 317 struct inet_bind2_bucket *tb2);
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 103 const struct inet_bind2_bucket *tb2; in inet_bind_bucket_destroy() 128 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2, in inet_bind2_bucket_init() 156 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create() 162 struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create() 171 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy() 192 static bool inet_bind2_bucket_addr_match(const struct inet_bind2_bucket *tb2, in inet_bind2_bucket_addr_match() 206 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash() 237 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port() 265 struct inet_bind2_bucket *tb2; in __inet_inherit_port() 861 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match() [all …]
|
| H A D | inet_connection_sock.c | 205 const struct inet_bind2_bucket *tb2, in inet_bhash2_conflict() 228 const struct inet_bind2_bucket *tb2, /* may be null */ in inet_csk_bind_conflict() 279 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict() 316 struct inet_bind2_bucket **tb2_ret, in inet_csk_find_open_port() 323 struct inet_bind2_bucket *tb2; in inet_csk_find_open_port() 444 struct inet_bind2_bucket *tb2) in inet_csk_update_fastreuse() 508 struct inet_bind2_bucket *tb2 = NULL; in inet_csk_get_port()
|
| H A D | tcp_diag.c | 400 struct inet_bind2_bucket *tb2; in tcp_diag_dump()
|
| H A D | tcp.c | 5318 sizeof(struct inet_bind2_bucket), 0, in tcp_init()
|
| /linux/net/dccp/ |
| H A D | proto.c | |