Searched refs:reqsk_fastopen_remove (Results 1 – 5 of 5) sorted by relevance
| /linux/net/core/ |
| A D | request_sock.c | 88 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
|
| /linux/include/net/ |
| A D | request_sock.h | 206 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
|
| /linux/net/ipv4/ |
| A D | tcp_minisocks.c | 892 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
|
| A D | tcp.c | 3207 reqsk_fastopen_remove(sk, req, false); in __tcp_close() 4863 reqsk_fastopen_remove(sk, req, false); in tcp_done()
|
| A 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()
|
Completed in 45 milliseconds