Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Drequest_sock.c91 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
/Linux-v5.4/include/net/
Drequest_sock.h183 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
/Linux-v5.4/net/ipv4/
Dtcp_minisocks.c795 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
Dtcp.c2501 reqsk_fastopen_remove(sk, req, false); in tcp_close()
3857 reqsk_fastopen_remove(sk, req, false); in tcp_done()
Dtcp_input.c6105 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_synrecv_state_fastopen()
6660 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request()