Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_fastopen.c556 if (!tp->syn_fastopen) in tcp_fastopen_active_disable_ofo_check()
586 if ((tp->syn_fastopen || tp->syn_data || tp->syn_data_acked) && in tcp_fastopen_active_detect_blackhole()
A Dtcp_input.c5726 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
6037 if (!tp->syn_fastopen) { in tcp_rcv_fastopen_synack()
6223 fastopen_fail = (tp->syn_fastopen || tp->syn_data) && in tcp_rcv_synsent_state_process()
6533 if (tp->syn_fastopen && th->fin) in tcp_rcv_state_process()
A Dtcp_output.c818 tp->syn_fastopen = 1; in tcp_syn_options()
3800 tp->syn_fastopen = 0; in tcp_send_syn_data()
/linux/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h73 syn_fastopen:1, /* SYN includes Fast Open option */ member
/linux/include/linux/
A Dtcp.h245 syn_fastopen:1, /* SYN includes Fast Open option */ member

Completed in 25 milliseconds