Searched refs:tcp_fastopen_cookie (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_fastopen.c | 137 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 172 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 230 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check() 231 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 233 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check() 234 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 363 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 368 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 429 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 462 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 545 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 568 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
D | tcp_output.c | 442 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 677 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 843 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3525 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 3921 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4005 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6010 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6104 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6816 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
D | tcp_ipv4.c | 969 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/kernel/linux/linux-5.10/include/net/ |
D | tcp.h | 407 int estab, struct tcp_fastopen_cookie *foc); 448 struct tcp_fastopen_cookie *foc, 1670 struct tcp_fastopen_cookie *cookie); 1672 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1676 struct tcp_fastopen_cookie cookie; 1692 struct tcp_fastopen_cookie *foc, 1696 struct tcp_fastopen_cookie *cookie); 1729 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 1730 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 2049 struct tcp_fastopen_cookie *foc,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
D | tcp_nip.h | 181 struct tcp_fastopen_cookie *foc,
|
/kernel/linux/linux-5.10/include/linux/ |
D | tcp.h | 60 struct tcp_fastopen_cookie { struct
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_output.c | 727 struct tcp_fastopen_cookie *foc, in tcp_nip_synack_options() 786 struct tcp_fastopen_cookie *foc, in tcp_nip_make_synack()
|
D | tcp_nip_input.c | 893 struct tcp_fastopen_cookie *foc) in tcp_nip_parse_options() 1145 struct tcp_fastopen_cookie foc = { .len = -1 }; in _tcp_nip_conn_request()
|
D | tcp_nip.c | 773 struct tcp_fastopen_cookie *foc, in tcp_nip_send_synack()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | tcp_ipv6.c | 522 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|