Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet_connection_sock.h267 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c1150 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req, in inet_csk_reqsk_queue_hash_add() function
1159 EXPORT_SYMBOL_GPL(inet_csk_reqsk_queue_hash_add);
H A Dtcp_input.c7198 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, in tcp_conn_request()
/openbmc/linux/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.c401 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v6_conn_request()