Home
last modified time | relevance | path

Searched refs:tcp_fastopen_cookie (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp_fastopen.c120 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()
Dtcp_metrics.c33 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()
Dtcp_output.c450 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()
Dtcp_input.c3977 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()
Dtcp_ipv4.c1008 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
/Linux-v6.6/include/net/
Dtcp.h431 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/
Dtcp.h90 struct tcp_fastopen_cookie { struct
/Linux-v6.6/net/mptcp/
Dsubflow.c311 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/
Dtcp_ipv6.c527 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()