Home
last modified time | relevance | path

Searched refs:valid_foc (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c332 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local
350 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()