Searched refs:reqsk_fastopen_remove (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/core/ |
D | request_sock.c | 91 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
|
/linux-6.1.9/include/net/ |
D | request_sock.h | 192 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
|
/linux-6.1.9/net/ipv4/ |
D | tcp_minisocks.c | 820 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
|
D | tcp.c | 3020 reqsk_fastopen_remove(sk, req, false); in __tcp_close() 4646 reqsk_fastopen_remove(sk, req, false); in tcp_done()
|
D | tcp_input.c | 6421 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_synrecv_state_fastopen() 7017 reqsk_fastopen_remove(fastopen_sk, req, false); in tcp_conn_request()
|