Searched refs:reqsk_fastopen_remove (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/net/core/ |
D | request_sock.c | 88 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
|
/linux-6.12.1/include/net/ |
D | request_sock.h | 206 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
|
/linux-6.12.1/net/ipv4/ |
D | tcp_minisocks.c | 892 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
|
D | tcp.c | 3207 reqsk_fastopen_remove(sk, req, false); in __tcp_close() 4863 reqsk_fastopen_remove(sk, req, false); in tcp_done()
|
D | tcp_input.c | 6704 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_synrecv_state_fastopen() 7316 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request()
|