Searched refs:tcp_fastopen_cookie (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/ipv4/ |
D | tcp_fastopen.c | 114 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 149 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 207 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check() 208 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 210 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check() 211 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 340 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 345 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 407 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 437 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 539 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 562 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
D | tcp_output.c | 438 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 525 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 662 struct tcp_fastopen_cookie *foc) in tcp_synack_options() 3247 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 3756 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 3837 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 5779 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 5869 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6552 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
D | tcp_ipv4.c | 941 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/Linux-v5.4/include/net/ |
D | tcp.h | 414 int estab, struct tcp_fastopen_cookie *foc); 454 struct tcp_fastopen_cookie *foc, 1612 struct tcp_fastopen_cookie *cookie); 1614 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1618 struct tcp_fastopen_cookie cookie; 1632 struct tcp_fastopen_cookie *foc, 1636 struct tcp_fastopen_cookie *cookie); 1669 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match() 1670 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() 1975 struct tcp_fastopen_cookie *foc,
|
/Linux-v5.4/include/linux/ |
D | tcp.h | 60 struct tcp_fastopen_cookie { struct
|
/Linux-v5.4/net/ipv6/ |
D | tcp_ipv6.c | 487 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|