Searched refs:inet_csk_reqsk_queue_hash_add (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | inet_connection_sock.h | 270 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
|
| /linux-6.15/net/ipv4/ |
| H A D | inet_connection_sock.c | 1203 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req, in inet_csk_reqsk_queue_hash_add() function 1212 EXPORT_SYMBOL_GPL(inet_csk_reqsk_queue_hash_add);
|
| H A D | tcp_input.c | 7375 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, in tcp_conn_request()
|
| /linux-6.15/net/dccp/ |
| H A D | ipv4.c | 658 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v4_conn_request()
|
| H A D | ipv6.c | 406 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v6_conn_request()
|