Home
last modified time | relevance | path

Searched refs:inet_csk_reqsk_queue_hash_add (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/net/
H A Dinet_connection_sock.h270 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c1203 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 Dtcp_input.c7375 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, in tcp_conn_request()
/linux-6.15/net/dccp/
H A Dipv4.c658 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v4_conn_request()
H A Dipv6.c406 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v6_conn_request()