Home
last modified time | relevance | path

Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h128 struct inet_bind_hashbucket { struct
164 struct inet_bind_hashbucket *bhash;
170 struct inet_bind_hashbucket *bhash2;
219 struct inet_bind_hashbucket *head,
229 struct inet_bind_hashbucket *head,
237 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head,
252 static inline struct inet_bind_hashbucket *
281 struct inet_bind_hashbucket *
/linux/net/ipv4/
H A Dinet_hashtables.c80 struct inet_bind_hashbucket *head, in inet_bind_bucket_create()
130 struct inet_bind_hashbucket *head, in inet_bind2_bucket_init()
158 struct inet_bind_hashbucket *head, in inet_bind2_bucket_create()
220 struct inet_bind_hashbucket *head, *head2; in __inet_put_port()
260 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port()
893 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net,
905 struct inet_bind_hashbucket * in inet_bind2_bucket_find()
937 struct inet_bind_hashbucket *head, *head2; in __inet_bhash2_update_saddr()
1048 struct inet_bind_hashbucket *head, *head2; in __inet_hash_connect()
H A Dinet_connection_sock.c278 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict()
312 * inet_bind_hashbucket locks held if successful.
314 static struct inet_bind_hashbucket *
317 struct inet_bind_hashbucket **head2_ret, int *port_ret) in inet_csk_find_open_port()
321 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port()
507 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port()
H A Dtcp_diag.c399 struct inet_bind_hashbucket *ibb; in tcp_diag_dump()
H A Dtcp.c5338 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
/linux/net/dccp/
H A Dproto.c