Searched refs:inet_csk_reqsk_queue_hash_add (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_connection_sock.h | 267 bool inet_csk_reqsk_queue_hash_add(struct sock *sk, struct request_sock *req,
|
/openbmc/linux/net/ipv4/ |
H A D | inet_connection_sock.c | 1150 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 D | tcp_input.c | 7198 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, in tcp_conn_request()
|
/openbmc/linux/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 | 401 if (unlikely(!inet_csk_reqsk_queue_hash_add(sk, req, DCCP_TIMEOUT_INIT))) in dccp_v6_conn_request()
|