Searched refs:tcp_fastopen_cookie (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | tcp_fastopen.c | 120 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 155 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 213 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check() 214 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 216 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check() 217 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 347 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 352 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 413 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 446 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
A 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()
|
A D | tcp_output.c | 441 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() 3520 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
A D | tcp_input.c | 3953 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4038 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6093 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6185 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6926 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
A D | tcp_ipv4.c | 1001 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/linux-6.3-rc2/include/net/ |
A D | tcp.h | 434 int estab, struct tcp_fastopen_cookie *foc); 476 struct tcp_fastopen_cookie *foc, 1743 struct tcp_fastopen_cookie *cookie); 1745 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1749 struct tcp_fastopen_cookie cookie; 1765 struct tcp_fastopen_cookie *foc, 1769 struct tcp_fastopen_cookie *cookie); 1801 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 1802 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 2103 struct tcp_fastopen_cookie *foc,
|
/linux-6.3-rc2/include/linux/ |
A D | tcp.h | 90 struct tcp_fastopen_cookie { struct
|
/linux-6.3-rc2/net/mptcp/ |
A D | subflow.c | 311 struct tcp_fastopen_cookie *foc, in subflow_prep_synack() 328 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack() 342 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack()
|
/linux-6.3-rc2/net/ipv6/ |
A D | tcp_ipv6.c | 530 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|
Completed in 41 milliseconds