Searched refs:tcp_fastopen_cookie (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.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() 430 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 463 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 544 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 567 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
D | tcp_output.c | 444 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 679 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 845 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3510 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 3864 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 3948 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 5943 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6037 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6747 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
D | tcp_ipv4.c | 967 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/Linux-v5.10/include/net/ |
D | tcp.h | 416 int estab, struct tcp_fastopen_cookie *foc); 457 struct tcp_fastopen_cookie *foc, 1651 struct tcp_fastopen_cookie *cookie); 1653 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1657 struct tcp_fastopen_cookie cookie; 1673 struct tcp_fastopen_cookie *foc, 1677 struct tcp_fastopen_cookie *cookie); 1710 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 1711 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 2030 struct tcp_fastopen_cookie *foc,
|
/Linux-v5.10/include/linux/ |
D | tcp.h | 60 struct tcp_fastopen_cookie { struct
|
/Linux-v5.10/net/ipv6/ |
D | tcp_ipv6.c | 503 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|