Home
last modified time | relevance | path

Searched refs:syn_fastopen (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dtcp_fastopen.c558 if (!tp->syn_fastopen) in tcp_fastopen_active_disable_ofo_check()
588 if ((tp->syn_fastopen || tp->syn_data || tp->syn_data_acked) && in tcp_fastopen_active_detect_blackhole()
A Dtcp_input.c5785 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
6110 if (!tp->syn_fastopen) { in tcp_rcv_fastopen_synack()
6300 fastopen_fail = (tp->syn_fastopen || tp->syn_data) && in tcp_rcv_synsent_state_process()
6618 if (tp->syn_fastopen && th->fin) in tcp_rcv_state_process()
A Dtcp_output.c818 tp->syn_fastopen = 1; in tcp_syn_options()
3827 tp->syn_fastopen = 0; in tcp_send_syn_data()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h77 syn_fastopen:1, /* SYN includes Fast Open option */ member
/linux-6.3-rc2/include/linux/
A Dtcp.h275 syn_fastopen:1, /* SYN includes Fast Open option */ member

Completed in 48 milliseconds