Searched refs:tcp_fastopen_cookie (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_fastopen.c | 115 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen() 144 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 156 struct tcp_fastopen_cookie tmp; in tcp_fastopen_cookie_gen() 327 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 332 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 380 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 410 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
D | tcp_metrics.c | 33 struct tcp_fastopen_cookie cookie; 549 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cache_get() 572 struct tcp_fastopen_cookie *cookie, bool syn_lost, in tcp_fastopen_cache_set()
|
D | tcp_output.c | 442 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 529 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 665 struct tcp_fastopen_cookie *foc) in tcp_synack_options() 3164 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 3746 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 3784 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 5686 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 5761 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 6399 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
D | tcp_ipv4.c | 929 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 413 int estab, struct tcp_fastopen_cookie *foc); 443 struct tcp_fastopen_cookie *foc, 1569 struct tcp_fastopen_cookie *cookie); 1571 struct tcp_fastopen_cookie *cookie, bool syn_lost, 1575 struct tcp_fastopen_cookie cookie; 1588 struct tcp_fastopen_cookie *foc, 1592 struct tcp_fastopen_cookie *cookie); 1900 struct tcp_fastopen_cookie *foc,
|
/Linux-v4.19/include/linux/ |
D | tcp.h | 64 struct tcp_fastopen_cookie { struct
|
/Linux-v4.19/net/ipv6/ |
D | tcp_ipv6.c | 476 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|