Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_fastopen.c214 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() argument
217 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check()
352 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local
371 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc); in tcp_try_fastopen()
374 &valid_foc); in tcp_try_fastopen()
392 valid_foc.exp = foc->exp; in tcp_try_fastopen()
393 *foc = valid_foc; in tcp_try_fastopen()
407 valid_foc.exp = foc->exp; in tcp_try_fastopen()
408 *foc = valid_foc; in tcp_try_fastopen()