Searched refs:valid_foc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_fastopen.c | 231 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 234 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 370 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local 389 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc); in tcp_try_fastopen() 392 &valid_foc); in tcp_try_fastopen() 410 valid_foc.exp = foc->exp; in tcp_try_fastopen() 411 *foc = valid_foc; in tcp_try_fastopen() 425 valid_foc.exp = foc->exp; in tcp_try_fastopen() 426 *foc = valid_foc; in tcp_try_fastopen() 227 tcp_fastopen_cookie_gen_check(struct sock *sk, struct request_sock *req, struct sk_buff *syn, struct tcp_fastopen_cookie *orig, struct tcp_fastopen_cookie *valid_foc) tcp_fastopen_cookie_gen_check() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 214 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 217 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 354 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() local 373 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc); in tcp_try_fastopen() 376 &valid_foc); in tcp_try_fastopen() 394 valid_foc.exp = foc->exp; in tcp_try_fastopen() 395 *foc = valid_foc; in tcp_try_fastopen() 409 valid_foc.exp = foc->exp; in tcp_try_fastopen() 410 *foc = valid_foc; in tcp_try_fastopen() 210 tcp_fastopen_cookie_gen_check(struct sock *sk, struct request_sock *req, struct sk_buff *syn, struct tcp_fastopen_cookie *orig, struct tcp_fastopen_cookie *valid_foc) tcp_fastopen_cookie_gen_check() argument
|
Completed in 2 milliseconds