Home
last modified time | relevance | path

Searched refs:inet_bind_bucket (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h76 struct inet_bind_bucket { struct
93 static inline struct net *ib_net(struct inet_bind_bucket *ib) in ib_net() argument
200 struct inet_bind_bucket *
205 struct inet_bind_bucket *tb);
213 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
H A Dinet_timewait_sock.h26 struct inet_bind_bucket;
76 struct inet_bind_bucket *tw_tb;
H A Dinet_connection_sock.h28 struct inet_bind_bucket;
89 struct inet_bind_bucket *icsk_bind_hash;
320 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c64 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
70 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create()
87 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
95 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
112 struct inet_bind_bucket *tb; in __inet_put_port()
138 struct inet_bind_bucket *tb; in __inet_inherit_port()
608 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock()
743 struct inet_bind_bucket *tb; in __inet_hash_connect()
H A Dinet_connection_sock.c134 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict()
182 inet_csk_find_open_port(struct sock *sk, struct inet_bind_bucket **tb_ret, int *port_ret) in inet_csk_find_open_port()
190 struct inet_bind_bucket *tb; in inet_csk_find_open_port()
266 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match()
299 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb, in inet_csk_update_fastreuse()
361 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
H A Dinet_timewait_sock.c32 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
H A Dtcp.c4243 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dproto.c1128 sizeof(struct inet_bind_bucket), 0, in dccp_init()