Searched refs:reqsk_fastopen_remove (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | request_sock.c | 88 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
|
| /linux-6.15/include/net/ |
| H A D | request_sock.h | 206 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_minisocks.c | 910 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
|
| H A D | tcp.c | 3234 reqsk_fastopen_remove(sk, req, false); in __tcp_close() 4920 reqsk_fastopen_remove(sk, req, false); in tcp_done()
|
| H A D | tcp_input.c | 6751 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_synrecv_state_fastopen() 7363 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request()
|