Searched refs:valid_foc (Results 1 – 1 of 1) sorted by relevance
261 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local279 tcp_fastopen_cookie_gen(req, skb, &valid_foc) && in tcp_try_fastopen()281 foc->len == valid_foc.len && in tcp_try_fastopen()282 !memcmp(foc->val, valid_foc.val, foc->len)) { in tcp_try_fastopen()303 valid_foc.exp = foc->exp; in tcp_try_fastopen()304 *foc = valid_foc; in tcp_try_fastopen()