Searched refs:fastopen (Results 1 – 5 of 5) sorted by relevance
590 bool fastopen, bool *req_stolen) in tcp_check_req() argument651 if (!fastopen) in tcp_check_req()716 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()775 if (fastopen) in tcp_check_req()825 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()829 if (!fastopen) { in tcp_check_req()
369 goto fastopen; in tcp_try_fastopen()390 fastopen: in tcp_try_fastopen()
483 struct request_sock *fastopen; in tcp_v4_err() local532 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v4_err()533 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()577 if (!fastopen && in tcp_v4_err()594 if (fastopen && !fastopen->sk) in tcp_v4_err()
764 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local807 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()808 u32 need = fastopen->cookie.len; in tcp_syn_options()810 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()815 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()818 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
389 struct request_sock *fastopen; in tcp_v6_err() local436 fastopen = rcu_dereference(tp->fastopen_rsk); in tcp_v6_err()437 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()490 if (fastopen && !fastopen->sk) in tcp_v6_err()509 if (!fastopen && type == ICMPV6_DEST_UNREACH && in tcp_v6_err()