Home
last modified time | relevance | path

Searched refs:syn_fastopen_exp (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h78 syn_fastopen_exp:1,/* SYN includes Fast Open exp. option */ member
/Linux-v6.6/include/linux/
Dtcp.h278 syn_fastopen_exp:1,/* SYN includes Fast Open exp. option */ member
/Linux-v6.6/net/ipv4/
Dtcp_output.c828 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
Dtcp_input.c6162 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack()