Searched refs:tcp_fastopen (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.sh15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \
/linux-master/net/ipv4/
H A DMakefile11 tcp_minisocks.o tcp_cong.o tcp_metrics.o tcp_fastopen.o \
H A Dtcp_fastopen.c353 int tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); local
361 if (!((tcp_fastopen & TFO_SERVER_ENABLE) &&
H A Daf_inet.c194 int err, tcp_fastopen; local
210 tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen);
211 if ((tcp_fastopen & TFO_SERVER_WO_SOCKOPT1) &&
212 (tcp_fastopen & TFO_SERVER_ENABLE) &&
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh771 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=2
772 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=1
780 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=0
781 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=0

Completed in 347 milliseconds