Searched defs:foc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A 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()
|
H A D | tcp_output.c | 693 struct tcp_fastopen_cookie *foc = opts->fastopen_cookie; in tcp_options_write() local 861 struct tcp_fastopen_cookie *foc, in tcp_synack_options() 3643 struct tcp_fastopen_cookie *foc, in tcp_make_synack()
|
H A D | tcp_input.c | 4061 bool syn, struct tcp_fastopen_cookie *foc, in tcp_parse_fastopen_option() 4146 struct tcp_fastopen_cookie *foc) in tcp_parse_options() 6322 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_rcv_synsent_state_process() local 7075 struct tcp_fastopen_cookie foc = { .len = -1 }; in tcp_conn_request() local
|
H A D | tcp_ipv4.c | 1014 struct tcp_fastopen_cookie *foc, in tcp_v4_send_synack()
|
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 326 struct tcp_fastopen_cookie *foc, in subflow_prep_synack() argument 343 struct tcp_fastopen_cookie *foc, in subflow_v4_send_synack() argument 357 struct tcp_fastopen_cookie *foc, in subflow_v6_send_synack() argument
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 521 struct tcp_fastopen_cookie *foc, in tcp_v6_send_synack()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1867 bool tcp_fastopen_cookie_match(const struct tcp_fastopen_cookie *foc, in tcp_fastopen_cookie_match()
|