Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c560 if (!tp->syn_fastopen) in tcp_fastopen_active_disable_ofo_check()
590 if ((tp->syn_fastopen || tp->syn_data || tp->syn_data_acked) && in tcp_fastopen_active_detect_blackhole()
H A Dtcp_input.c5910 if (tp->syn_fastopen && !tp->data_segs_in && in tcp_validate_incoming()
6241 if (!tp->syn_fastopen) { in tcp_rcv_fastopen_synack()
6432 fastopen_fail = (tp->syn_fastopen || tp->syn_data) && in tcp_rcv_synsent_state_process()
6761 if (tp->syn_fastopen && th->fin) in tcp_rcv_state_process()
H A Dtcp_output.c829 tp->syn_fastopen = 1; in tcp_syn_options()
3947 tp->syn_fastopen = 0; in tcp_send_syn_data()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h77 syn_fastopen:1, /* SYN includes Fast Open option */ member
/openbmc/linux/include/linux/
H A Dtcp.h277 syn_fastopen:1, /* SYN includes Fast Open option */ member