Home
last modified time | relevance | path

Searched refs:fastopen_rsk (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/core/
Drequest_sock.c103 tcp_sk(sk)->fastopen_rsk = NULL; in reqsk_fastopen_remove()
/Linux-v4.19/include/linux/
Dtcp.h398 struct request_sock *fastopen_rsk; member
452 tcp_sk(sk)->fastopen_rsk != NULL); in tcp_passive_fastopen()
/Linux-v4.19/net/ipv4/
Dtcp_timer.c398 req = tcp_sk(sk)->fastopen_rsk; in tcp_fastopen_synack_timer()
435 if (tp->fastopen_rsk) { in tcp_retransmit_timer()
Dtcp_fastopen.c243 tp->fastopen_rsk = req; in tcp_fastopen_create_child()
Dinet_connection_sock.c912 BUG_ON(tcp_sk(child)->fastopen_rsk != req); in inet_child_forget()
921 tcp_sk(child)->fastopen_rsk = NULL; in inet_child_forget()
Dtcp_minisocks.c558 newtp->fastopen_rsk = NULL; in tcp_create_openreq_child()
Dtcp.c557 (state != TCP_SYN_RECV || tp->fastopen_rsk)) { in tcp_poll()
2470 struct request_sock *req = tcp_sk(sk)->fastopen_rsk; in tcp_close()
3735 struct request_sock *req = tcp_sk(sk)->fastopen_rsk; in tcp_done()
Dtcp_ipv4.c485 fastopen = tp->fastopen_rsk; in tcp_v4_err()
2004 BUG_ON(tp->fastopen_rsk); in tcp_v4_destroy_sock()
Dtcp_input.c2987 if (tp->fastopen_rsk) in tcp_rearm_rto()
6043 req = tp->fastopen_rsk; in tcp_rcv_state_process()
Dtcp_output.c2406 if (tp->fastopen_rsk) in tcp_schedule_loss_probe()
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c400 fastopen = tp->fastopen_rsk; in tcp_v6_err()