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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h78 syn_fastopen_exp:1,/* SYN includes Fast Open exp. option */ member in struct:tcp_sock
/linux-master/include/linux/
H A Dtcp.h382 syn_fastopen_exp:1,/* SYN includes Fast Open exp. option */ member in struct:tcp_sock
/linux-master/net/ipv4/
H A Dtcp_output.c872 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0;
H A Dtcp_input.c6279 try_exp = tp->syn_fastopen_exp ? 2 : 1;

Completed in 134 milliseconds