Symbol: inet_bind2_bucket
include/net/inet_connection_sock.h
28
struct inet_bind2_bucket;
include/net/inet_connection_sock.h
317
struct inet_bind2_bucket *tb2);
include/net/inet_connection_sock.h
86
struct inet_bind2_bucket *icsk_bind2_hash;
include/net/inet_hashtables.h
120
static inline struct net *ib2_net(const struct inet_bind2_bucket *ib)
include/net/inet_hashtables.h
227
struct inet_bind2_bucket *
include/net/inet_hashtables.h
234
struct inet_bind2_bucket *tb);
include/net/inet_hashtables.h
236
struct inet_bind2_bucket *
include/net/inet_hashtables.h
242
bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb,
include/net/inet_hashtables.h
292
struct inet_bind2_bucket *tb2, unsigned short port);
include/net/inet_timewait_sock.h
84
struct inet_bind2_bucket *tw_tb2;
net/ipv4/inet_connection_sock.c
205
const struct inet_bind2_bucket *tb2,
net/ipv4/inet_connection_sock.c
228
const struct inet_bind2_bucket *tb2, /* may be null */
net/ipv4/inet_connection_sock.c
279
struct inet_bind2_bucket *tb2;
net/ipv4/inet_connection_sock.c
316
struct inet_bind2_bucket **tb2_ret,
net/ipv4/inet_connection_sock.c
323
struct inet_bind2_bucket *tb2;
net/ipv4/inet_connection_sock.c
444
struct inet_bind2_bucket *tb2)
net/ipv4/inet_connection_sock.c
508
struct inet_bind2_bucket *tb2 = NULL;
net/ipv4/inet_hashtables.c
103
const struct inet_bind2_bucket *tb2;
net/ipv4/inet_hashtables.c
1052
struct inet_bind2_bucket *tb2;
net/ipv4/inet_hashtables.c
128
static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb2,
net/ipv4/inet_hashtables.c
156
struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep,
net/ipv4/inet_hashtables.c
162
struct inet_bind2_bucket *tb2 = kmem_cache_alloc(cachep, GFP_ATOMIC);
net/ipv4/inet_hashtables.c
171
void inet_bind2_bucket_destroy(struct kmem_cache *cachep, struct inet_bind2_bucket *tb)
net/ipv4/inet_hashtables.c
192
static bool inet_bind2_bucket_addr_match(const struct inet_bind2_bucket *tb2,
net/ipv4/inet_hashtables.c
206
struct inet_bind2_bucket *tb2, unsigned short port)
net/ipv4/inet_hashtables.c
237
struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash;
net/ipv4/inet_hashtables.c
264
struct inet_bind2_bucket *tb2;
net/ipv4/inet_hashtables.c
859
static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb,
net/ipv4/inet_hashtables.c
870
bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb, const struct net *net,
net/ipv4/inet_hashtables.c
892
struct inet_bind2_bucket *
net/ipv4/inet_hashtables.c
896
struct inet_bind2_bucket *bhash2 = NULL;
net/ipv4/inet_hashtables.c
938
struct inet_bind2_bucket *tb2, *new_tb2;
net/ipv4/inet_timewait_sock.c
33
struct inet_bind2_bucket *tb2 = tw->tw_tb2;
net/ipv4/tcp.c
5311
sizeof(struct inet_bind2_bucket), 0,
net/ipv4/tcp_diag.c
400
struct inet_bind2_bucket *tb2;