Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_hashtables.h94 struct inet_bind2_bucket { struct
122 static inline struct net *ib2_net(const struct inet_bind2_bucket *ib) in ib2_net() argument
241 struct inet_bind2_bucket *
248 struct inet_bind2_bucket *tb);
250 struct inet_bind2_bucket *
256 bool inet_bind2_bucket_match_addr_any(const struct inet_bind2_bucket *tb,
292 struct inet_bind2_bucket *tb2, unsigned short port);
H A Dinet_timewait_sock.h76 struct inet_bind2_bucket *tw_tb2;
H A Dinet_connection_sock.h28 struct inet_bind2_bucket;
88 struct inet_bind2_bucket *icsk_bind2_hash;
/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c103 static void inet_bind2_bucket_init(struct inet_bind2_bucket *tb, in inet_bind2_bucket_init()
124 struct inet_bind2_bucket *inet_bind2_bucket_create(struct kmem_cache *cachep, in inet_bind2_bucket_create()
131 struct inet_bind2_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC); in inet_bind2_bucket_create()
169 struct inet_bind2_bucket *tb2, unsigned short port) in inet_bind_hash()
202 struct inet_bind2_bucket *tb2 = inet_csk(sk)->icsk_bind2_hash; in __inet_put_port()
229 struct inet_bind2_bucket *tb2; in __inet_inherit_port()
820 static bool inet_bind2_bucket_match(const struct inet_bind2_bucket *tb, in inet_bind2_bucket_match()
854 struct inet_bind2_bucket *
858 struct inet_bind2_bucket *bhash2 = NULL; in inet_bind2_bucket_find()
900 struct inet_bind2_bucket *tb2, *new_tb2; in __inet_bhash2_update_saddr()
[all …]
H A Dinet_connection_sock.c209 const struct inet_bind2_bucket *tb2, in inet_bhash2_conflict()
237 const struct inet_bind2_bucket *tb2, /* may be null */ in inet_csk_bind_conflict()
291 struct inet_bind2_bucket *tb2; in inet_bhash2_addr_any_conflict()
327 struct inet_bind2_bucket **tb2_ret, in inet_csk_find_open_port()
334 struct inet_bind2_bucket *tb2; in inet_csk_find_open_port()
518 struct inet_bind2_bucket *tb2 = NULL; in inet_csk_get_port()
H A Dinet_timewait_sock.c32 struct inet_bind2_bucket *tb2 = tw->tw_tb2; in inet_twsk_bind_unhash()
H A Dtcp.c4677 sizeof(struct inet_bind2_bucket), 0, in tcp_init()
/openbmc/linux/net/dccp/
H A Dproto.c1143 sizeof(struct inet_bind2_bucket), 0, in dccp_init()