Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 126 struct inet_bind_hashbucket { struct 162 struct inet_bind_hashbucket *bhash; 168 struct inet_bind_hashbucket *bhash2; 228 struct inet_bind_hashbucket *head, 239 struct inet_bind_hashbucket *head, 247 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, 262 static inline struct inet_bind_hashbucket * 277 struct inet_bind_hashbucket *
|
/Linux-v6.1/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() 124 struct inet_bind_hashbucket *head, in inet_bind2_bucket_create() 176 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() 217 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() 832 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net, in inet_bind2_bucket_find() 844 struct inet_bind_hashbucket * 877 struct inet_bind_hashbucket *head, *head2; in __inet_bhash2_update_saddr() 984 struct inet_bind_hashbucket *head, *head2; in __inet_hash_connect()
|
D | inet_timewait_sock.c | 48 struct inet_bind_hashbucket *bhead; in inet_twsk_kill() 108 struct inet_bind_hashbucket *bhead; in inet_twsk_hashdance()
|
D | inet_connection_sock.c | 251 struct inet_bind_hashbucket *head2; in inet_bhash2_addr_any_conflict() 283 static struct inet_bind_hashbucket * 286 struct inet_bind_hashbucket **head2_ret, int *port_ret) in inet_csk_find_open_port() 290 struct inet_bind_hashbucket *head, *head2; in inet_csk_find_open_port() 474 struct inet_bind_hashbucket *head, *head2; in inet_csk_get_port()
|
D | tcp.c | 4788 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
|
/Linux-v6.1/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()
|