Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_fastopen.c261 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local
279 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()