Lines Matching refs:foc
678 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie;
682 if (foc->exp) {
683 len = TCPOLEN_EXP_FASTOPEN_BASE + foc->len;
688 len = TCPOLEN_FASTOPEN_BASE + foc->len;
693 memcpy(p, foc->val, foc->len);
695 p[foc->len] = TCPOPT_NOP;
696 p[foc->len + 1] = TCPOPT_NOP;
844 struct tcp_fastopen_cookie *foc,
886 if (foc != NULL && foc->len >= 0) {
887 u32 need = foc->len;
889 need += foc->exp ? TCPOLEN_EXP_FASTOPEN_BASE :
894 opts->fastopen_cookie = foc;
3541 * @foc: cookie for tcp fast open
3547 struct tcp_fastopen_cookie *foc,
3611 foc, synack_type,