Searched refs:tcp_fastopen_cookie (Results 1 – 9 of 9) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_fastopen.c | 122 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 157 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 215 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check() 216 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 218 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check() 219 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 353 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 358 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 420 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 453 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
H A D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 562 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 585 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
H A D | tcp_output.c | 458 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 739 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 909 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3721 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
H A D | tcp_input.c | 3994 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4078 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6293 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6385 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 7132 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
H A D | tcp_ipv4.c | 1190 struct tcp_fastopen_cookie *foc,
|
/linux/include/net/ |
H A D | tcp.h | 476 int estab, struct tcp_fastopen_cookie *foc); 517 struct tcp_fastopen_cookie *foc, 1962 struct tcp_fastopen_cookie *cookie); 1964 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1968 struct tcp_fastopen_cookie cookie; 1984 struct tcp_fastopen_cookie *foc, 1988 struct tcp_fastopen_cookie *cookie); 2020 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 2021 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 2363 struct tcp_fastopen_cookie *foc,
|
/linux/include/linux/ |
H A D | tcp.h | 90 struct tcp_fastopen_cookie { struct
|
/linux/net/mptcp/ |
H A D | subflow.c | 344 struct tcp_fastopen_cookie *foc, in subflow_prep_synack() 361 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack() 375 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack()
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 528 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|