Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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.6.21/net/ipv4/ |
D | inet_hashtables.c | 67 struct inet_bind_hashbucket *head, in inet_bind_bucket_create() 105 struct inet_bind_hashbucket *head, in inet_bind2_bucket_init() 126 struct inet_bind_hashbucket *head, in inet_bind2_bucket_create() 184 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() 225 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() 855 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net, in inet_bind2_bucket_find() 867 struct inet_bind_hashbucket * 899 struct inet_bind_hashbucket *head, *head2; in __inet_bhash2_update_saddr() 1006 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() 121 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance()
|
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()
|
D | tcp.c | 4695 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
|
/linux-6.6.21/net/dccp/ |
D | proto.c | 1190 sizeof(struct inet_bind_hashbucket); in dccp_init() 1194 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init() 1203 dccp_hashinfo.bhash2 = (struct inet_bind_hashbucket *) in dccp_init() 1272 sizeof(struct inet_bind_hashbucket)); in dccp_fini()
|