Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_hashtables.h77 struct inet_bind_bucket { struct
117 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net()
230 struct inet_bind_bucket *
235 struct inet_bind_bucket *tb);
237 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,
291 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
H A Dinet_timewait_sock.h26 struct inet_bind_bucket;
75 struct inet_bind_bucket *tw_tb;
H A Dinet_connection_sock.h27 struct inet_bind_bucket;
87 struct inet_bind_bucket *icsk_bind_hash;
324 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb,
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c65 struct inet_bind_bucket *inet_bind_bucket_create(struct kmem_cache *cachep, in inet_bind_bucket_create()
71 struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind_bucket_create()
88 void inet_bind_bucket_destroy(struct kmem_cache *cachep, struct inet_bind_bucket *tb) in inet_bind_bucket_destroy()
96 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match()
168 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, in inet_bind_hash()
186 struct inet_bind_bucket *tb; in __inet_put_port()
230 struct inet_bind_bucket *tb; in __inet_inherit_port()
713 struct inet_bind_bucket *tb = inet_csk(sk)->icsk_bind_hash; in inet_reuseport_add_sock()
1011 struct inet_bind_bucket *tb; in __inet_hash_connect()
H A Dinet_connection_sock.c236 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict()
326 inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret, in inet_csk_find_open_port()
335 struct inet_bind_bucket *tb; in inet_csk_find_open_port()
422 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match()
455 void inet_csk_update_fastreuse(struct inet_bind_bucket *tb, in inet_csk_update_fastreuse()
519 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
H A Dinet_timewait_sock.c33 struct inet_bind_bucket *tb = tw->tw_tb; in inet_twsk_bind_unhash()
H A Dtcp.c4671 sizeof(struct inet_bind_bucket), 0, in tcp_init()
/openbmc/linux/net/dccp/
H A Dproto.c1137 sizeof(struct inet_bind_bucket), 0, in dccp_init()