Home
last modified time | relevance | path

Searched refs:fastopen (Results 1 – 5 of 5) sorted by relevance

/net/ipv4/
Dtcp_minisocks.c575 bool fastopen, bool *req_stolen) in tcp_check_req() argument
637 if (!fastopen) in tcp_check_req()
702 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
761 if (fastopen) in tcp_check_req()
811 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()
815 if (!fastopen) { in tcp_check_req()
Dtcp_fastopen.c374 goto fastopen; in tcp_try_fastopen()
395 fastopen: in tcp_try_fastopen()
Dtcp_ipv4.c476 struct request_sock *fastopen; in tcp_v4_err() local
522 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()
523 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
567 if (!fastopen && in tcp_v4_err()
584 if (fastopen && !fastopen->sk) in tcp_v4_err()
Dtcp_output.c763 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local
806 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()
807 u32 need = fastopen->cookie.len; in tcp_syn_options()
809 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
814 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()
817 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
/net/ipv6/
Dtcp_ipv6.c383 struct request_sock *fastopen; in tcp_v6_err() local
427 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()
428 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
481 if (fastopen && !fastopen->sk) in tcp_v6_err()
500 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()