Symbol: inet_bind_bucket
include/net/inet_connection_sock.h
27
struct inet_bind_bucket;
include/net/inet_connection_sock.h
317
struct inet_bind_bucket *tb,
include/net/inet_connection_sock.h
86
struct inet_bind_bucket *icsk_bind_hash;
include/net/inet_hashtables.h
115
static inline struct net *ib_net(const struct inet_bind_bucket *ib)
include/net/inet_hashtables.h
217
struct inet_bind_bucket *
include/net/inet_hashtables.h
221
void inet_bind_bucket_destroy(struct inet_bind_bucket *tb);
include/net/inet_hashtables.h
223
bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,
include/net/inet_hashtables.h
230
struct inet_bind_bucket *tb,
include/net/inet_hashtables.h
291
void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
include/net/inet_timewait_sock.h
26
struct inet_bind_bucket;
include/net/inet_timewait_sock.h
83
struct inet_bind_bucket *tw_tb;
net/ipv4/inet_connection_sock.c
228
const struct inet_bind_bucket *tb,
net/ipv4/inet_connection_sock.c
316
inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret,
net/ipv4/inet_connection_sock.c
325
struct inet_bind_bucket *tb;
net/ipv4/inet_connection_sock.c
412
static inline int sk_reuseport_match(struct inet_bind_bucket *tb,
net/ipv4/inet_connection_sock.c
444
struct inet_bind_bucket *tb,
net/ipv4/inet_connection_sock.c
510
struct inet_bind_bucket *tb = NULL;
net/ipv4/inet_hashtables.c
1048
struct inet_bind_bucket *tb;
net/ipv4/inet_hashtables.c
116
bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net,
net/ipv4/inet_hashtables.c
126
struct inet_bind_bucket *tb,
net/ipv4/inet_hashtables.c
154
struct inet_bind_bucket *tb,
net/ipv4/inet_hashtables.c
200
void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
net/ipv4/inet_hashtables.c
217
struct inet_bind_bucket *tb;
net/ipv4/inet_hashtables.c
261
struct inet_bind_bucket *tb;
net/ipv4/inet_hashtables.c
73
struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep,
net/ipv4/inet_hashtables.c
761
struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash;
net/ipv4/inet_hashtables.c
79
struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC);
net/ipv4/inet_hashtables.c
96
void inet_bind_bucket_destroy(struct inet_bind_bucket *tb)
net/ipv4/inet_timewait_sock.c
34
struct inet_bind_bucket *tb = tw->tw_tb;
net/ipv4/tcp.c
5286
sizeof(struct inet_bind_bucket), 0,