Lines Matching refs:foc
688 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie;
692 if (foc->exp) {
693 len = TCPOLEN_EXP_FASTOPEN_BASE + foc->len;
698 len = TCPOLEN_FASTOPEN_BASE + foc->len;
703 memcpy(p, foc->val, foc->len);
705 p[foc->len] = TCPOPT_NOP;
706 p[foc->len + 1] = TCPOPT_NOP;
854 struct tcp_fastopen_cookie *foc,
896 if (foc != NULL && foc->len >= 0) {
897 u32 need = foc->len;
899 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE :
904 opts->fastopen_cookie = foc;
3630 * @foc: cookie for tcp fast open
3636 struct tcp_fastopen_cookie *foc,
3701 foc, synack_type,