Searched refs:tcp_fastopen_cookie (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_fastopen.c | 208 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 243 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 301 struct tcp_fastopen_cookie *orig, in tcp_fastopen_cookie_gen_check() 302 struct tcp_fastopen_cookie *valid_foc) in tcp_fastopen_cookie_gen_check() 304 struct tcp_fastopen_cookie search_foc = { .len = -1 }; in tcp_fastopen_cookie_gen_check() 305 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() 440 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen() 445 struct tcp_fastopen_cookie valid_foc = { .len = -1 }; in tcp_try_fastopen() 507 struct tcp_fastopen_cookie *cookie) in tcp_fastopen_cookie_check() 540 struct tcp_fastopen_cookie cookie = { .len = 0 }; in tcp_fastopen_defer_connect()
|
| H A D | tcp_output.c | 441 struct tcp_fastopen_cookie *fastopen_cookie; /* Fast open cookie */ 803 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() 1066 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3933 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
| H A D | tcp_input.c | 4484 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4568 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6765 struct tcp_fastopen_cookie *cookie) in tcp_rcv_fastopen_synack() 6857 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() 7624 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request()
|
| H A D | tcp_ipv4.c | 1165 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 | 341 struct tcp_fastopen_cookie *foc, in subflow_prep_synack() 358 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack() 372 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 553 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|