Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c216 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() argument
219 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check()
358 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local
377 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc); in tcp_try_fastopen()
380 &valid_foc); in tcp_try_fastopen()
398 valid_foc.exp = foc->exp; in tcp_try_fastopen()
399 *foc = valid_foc; in tcp_try_fastopen()
414 valid_foc.exp = foc->exp; in tcp_try_fastopen()
415 *foc = valid_foc; in tcp_try_fastopen()