Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_fastopen.c121 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher()
156 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen()
214 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check()
215 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check()
217 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check()
218 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check()
350 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen()
355 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen()
416 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check()
449 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
H A Dtcp_metrics.c33 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 Dtcp_output.c458 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()
3716 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
H A Dtcp_input.c4126 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option()
4210 struct tcp_fastopen_cookie *foc) in tcp_parse_options()
6389 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack()
6481 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process()
7228 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
H A Dtcp_ipv4.c1188 struct tcp_fastopen_cookie *foc,
/linux-6.15/include/net/
H A Dtcp.h476 int estab, struct tcp_fastopen_cookie *foc);
517 struct tcp_fastopen_cookie *foc,
1968 struct tcp_fastopen_cookie *cookie);
1970 struct tcp_fastopen_cookie *cookie, bool syn_lost,
1974 struct tcp_fastopen_cookie cookie;
1990 struct tcp_fastopen_cookie *foc,
1994 struct tcp_fastopen_cookie *cookie);
2026 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match()
2027 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match()
2369 struct tcp_fastopen_cookie *foc,
/linux-6.15/include/linux/
H A Dtcp.h90 struct tcp_fastopen_cookie { struct
/linux-6.15/net/mptcp/
H A Dsubflow.c343 struct tcp_fastopen_cookie *foc, in subflow_prep_synack()
360 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack()
374 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c525 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()