Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/net/ |
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.1.9/net/ipv4/ |
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()
|
D | inet_timewait_sock.c | 54 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() 124 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance()
|
D | inet_connection_sock.c | 269 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() 301 static struct inet_bind_hashbucket * 304 struct inet_bind_hashbucket **head2_ret, int *port_ret) in inet_csk_find_open_port() 308 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() 493 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port()
|
D | tcp.c | 4790 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
|
/linux-6.1.9/net/dccp/ |
D | proto.c | 1171 sizeof(struct inet_bind_hashbucket); in dccp_init() 1175 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init() 1184 dccp_hashinfo.bhash2 = (struct inet_bind_hashbucket *) in dccp_init() 1253 sizeof(struct inet_bind_hashbucket)); in dccp_fini()
|