Searched defs:foc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_fastopen.c | 121 struct tcp_fastopen_cookie *foc) in __tcp_fastopen_cookie_gen_cipher() 156 struct tcp_fastopen_cookie *foc) in tcp_fastopen_cookie_gen() 218 struct tcp_fastopen_cookie *foc = valid_foc; in tcp_fastopen_cookie_gen_check() local 350 struct tcp_fastopen_cookie *foc, in tcp_try_fastopen()
|
D | tcp_output.c | 734 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() local 902 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3707 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
D | tcp_input.c | 4101 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4186 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6433 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() local 7181 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request() local
|
D | tcp_ipv4.c | 1174 struct tcp_fastopen_cookie *foc,
|
/linux-6.12.1/net/mptcp/ |
D | subflow.c | 343 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.12.1/net/ipv6/ |
D | tcp_ipv6.c | 525 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 1954 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match()
|