Searched refs:valid_foc (Results 1 – 1 of 1) sorted by relevance
269 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local286 tcp_fastopen_cookie_gen(req, skb, &valid_foc) && in tcp_try_fastopen()288 foc->len == valid_foc.len && in tcp_try_fastopen()289 !memcmp(foc->val, valid_foc.val, foc->len)) { in tcp_try_fastopen()309 valid_foc.exp = foc->exp; in tcp_try_fastopen()310 *foc = valid_foc; in tcp_try_fastopen()