Searched refs:tcp_fastopen_cookie (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/net/ipv4/ |
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() 349 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 354 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 415 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 448 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 563 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 586 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
D | tcp_output.c | 450 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 688 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 854 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3630 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 3977 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4062 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6130 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6222 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6963 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
D | tcp_ipv4.c | 1008 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/Linux-v6.6/include/net/ |
D | tcp.h | 431 int estab, struct tcp_fastopen_cookie *foc); 473 struct tcp_fastopen_cookie *foc, 1783 struct tcp_fastopen_cookie *cookie); 1785 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1789 struct tcp_fastopen_cookie cookie; 1805 struct tcp_fastopen_cookie *foc, 1809 struct tcp_fastopen_cookie *cookie); 1841 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 1842 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 2147 struct tcp_fastopen_cookie *foc,
|
/Linux-v6.6/include/linux/ |
D | tcp.h | 90 struct tcp_fastopen_cookie { struct
|
/Linux-v6.6/net/mptcp/ |
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-v6.6/net/ipv6/ |
D | tcp_ipv6.c | 527 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|