Searched refs:fastopen (Results 1 – 5 of 5) sorted by relevance
575 bool fastopen) in tcp_check_req() argument635 if (!fastopen) in tcp_check_req()700 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()753 if (fastopen) in tcp_check_req()793 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()797 if (!fastopen) { in tcp_check_req()
277 goto fastopen; in tcp_try_fastopen()292 fastopen: in tcp_try_fastopen()
369 struct request_sock *fastopen; in tcp_v4_err() local416 fastopen = tp->fastopen_rsk; in tcp_v4_err()417 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()463 !icsk->icsk_backoff || fastopen) in tcp_v4_err()505 if (fastopen && !fastopen->sk) in tcp_v4_err()
557 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local598 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()599 u32 need = fastopen->cookie.len; in tcp_syn_options()601 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()606 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()609 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
341 struct request_sock *fastopen; in tcp_v6_err() local383 fastopen = tp->fastopen_rsk; in tcp_v6_err()384 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()437 if (fastopen && !fastopen->sk) in tcp_v6_err()