Searched refs:valid_foc (Results 1 – 1 of 1) sorted by relevance
332 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local350 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc) && in tcp_try_fastopen()352 foc->len == valid_foc.len && in tcp_try_fastopen()353 !memcmp(foc->val, valid_foc.val, foc->len)) { in tcp_try_fastopen()374 valid_foc.exp = foc->exp; in tcp_try_fastopen()375 *foc = valid_foc; in tcp_try_fastopen()