Searched refs:reqsk_fastopen_remove (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/core/ |
D | request_sock.c | 171 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req, in reqsk_fastopen_remove() function
|
/linux-4.1.27/include/net/ |
D | request_sock.h | 198 void reqsk_fastopen_remove(struct sock *sk, struct request_sock *req,
|
/linux-4.1.27/net/ipv4/ |
D | tcp_minisocks.c | 782 reqsk_fastopen_remove(sk, req, true); in tcp_check_req()
|
D | tcp.c | 2147 reqsk_fastopen_remove(sk, req, false); in tcp_close() 3004 reqsk_fastopen_remove(sk, req, false); in tcp_done()
|
D | tcp_input.c | 5790 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_state_process() 5861 reqsk_fastopen_remove(sk, req, false); in tcp_rcv_state_process()
|