Searched refs:fastopen (Results 1 – 6 of 6) sorted by relevance
586 bool fastopen, bool *req_stolen) in tcp_check_req() argument648 if (!fastopen) in tcp_check_req()713 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()769 if (fastopen) in tcp_check_req()810 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()814 if (!fastopen) { in tcp_check_req()
347 goto fastopen; in tcp_try_fastopen()362 fastopen: in tcp_try_fastopen()
437 struct request_sock *fastopen; in tcp_v4_err() local485 fastopen = tp->fastopen_rsk; in tcp_v4_err()486 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()532 !icsk->icsk_backoff || fastopen) in tcp_v4_err()574 if (fastopen && !fastopen->sk) in tcp_v4_err()
597 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local639 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()640 u32 need = fastopen->cookie.len; in tcp_syn_options()642 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()647 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()650 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
358 struct request_sock *fastopen; in tcp_v6_err() local400 fastopen = tp->fastopen_rsk; in tcp_v6_err()401 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()448 if (fastopen && !fastopen->sk) in tcp_v6_err()
379 struct request_sock *req, bool fastopen,