Searched refs:inet_bind2_bucket (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 94 struct inet_bind2_bucket { struct 118 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument 237 struct inet_bind2_bucket * 244 struct inet_bind2_bucket *tb); 246 struct inet_bind2_bucket * 252 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, 288 struct inet_bind2_bucket *tb2, unsigned short port);
|
D | inet_connection_sock.h | 28 struct inet_bind2_bucket; 88 struct inet_bind2_bucket *icsk_bind2_hash;
|
/Linux-v6.1/net/ipv4/ |
D | inet_hashtables.c | 102 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb, in inet_bind2_bucket_init() 122 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create() 129 struct inet_bind2_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create() 138 void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb) in inet_bind2_bucket_destroy() 146 static bool inet_bind2_bucket_addr_match(const struct inet_bind2_bucket *tb2, in inet_bind2_bucket_addr_match() 161 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash() 194 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port() 221 struct inet_bind2_bucket *tb2; in __inet_inherit_port() 793 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match() 811 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, const struct net *net, in inet_bind2_bucket_match_addr_any() [all …]
|
D | inet_connection_sock.c | 177 const struct inet_bind2_bucket *tb2, in inet_bhash2_conflict() 198 const struct inet_bind2_bucket *tb2, /* may be null */ in inet_csk_bind_conflict() 252 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict() 285 struct inet_bind2_bucket **tb2_ret, in inet_csk_find_open_port() 292 struct inet_bind2_bucket *tb2; in inet_csk_find_open_port() 475 struct inet_bind2_bucket *tb2 = NULL; in inet_csk_get_port()
|
D | tcp.c | 4761 sizeof(struct inet_bind2_bucket), 0, in tcp_init()
|
/Linux-v6.1/net/dccp/ |
D | proto.c | 1124 sizeof(struct inet_bind2_bucket), 0, in dccp_init()
|