Lines Matching refs:fastopen
500 * "req" is also used here for fastopen even the "sk" here is
502 * consistent between fastopen and non-fastopen on
764 struct tcp_fastopen_request *fastopen = tp->fastopen_req;
807 if (fastopen && fastopen->cookie.len >= 0) {
808 u32 need = fastopen->cookie.len;
810 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE :
815 opts->fastopen_cookie = &fastopen->cookie;
818 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0;