Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | inet_hashtables.h | 130 struct inet_bind_hashbucket { struct 166 struct inet_bind_hashbucket *bhash; 172 struct inet_bind_hashbucket *bhash2; 232 struct inet_bind_hashbucket *head, 243 struct inet_bind_hashbucket *head, 251 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, 266 static inline struct inet_bind_hashbucket * 281 struct inet_bind_hashbucket *
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 66 struct inet_bind_hashbucket *head, in inet_bind_bucket_create() 104 struct inet_bind_hashbucket *head, in inet_bind2_bucket_init() 125 struct inet_bind_hashbucket *head, in inet_bind2_bucket_create() 177 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() 218 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() 846 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net, in inet_bind2_bucket_find() 858 struct inet_bind_hashbucket * 891 struct inet_bind_hashbucket *head, *head2; in __inet_bhash2_update_saddr() 998 struct inet_bind_hashbucket *head, *head2; in __inet_hash_connect()
|
A D | inet_timewait_sock.c | 54 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() 121 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance()
|
A D | inet_connection_sock.c | 290 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() 322 static struct inet_bind_hashbucket * 325 struct inet_bind_hashbucket **head2_ret, int *port_ret) in inet_csk_find_open_port() 329 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() 514 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port()
|
A D | tcp.c | 4793 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
|
/linux-6.3-rc2/net/dccp/ |
A D | proto.c | 1177 sizeof(struct inet_bind_hashbucket); in dccp_init() 1181 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init() 1190 dccp_hashinfo.bhash2 = (struct inet_bind_hashbucket *) in dccp_init() 1259 sizeof(struct inet_bind_hashbucket)); in dccp_fini()
|
Completed in 19 milliseconds