Home
last modified time | relevance | path

Searched refs:tcp_fastopen (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/net/
A Dtcp_fastopen_backup_key.sh15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.sh767 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=2
768 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=1
776 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=0
777 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=0
/linux-6.3-rc2/net/ipv4/
A DMakefile11 tcp_minisocks.o tcp_cong.o tcp_metrics.o tcp_fastopen.o \
A Dtcp_fastopen.c351 int tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); in tcp_try_fastopen() local
359 if (!((tcp_fastopen & TFO_SERVER_ENABLE) && in tcp_try_fastopen()
A Daf_inet.c196 int err, tcp_fastopen; in inet_listen() local
219 tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); in inet_listen()
220 if ((tcp_fastopen & TFO_SERVER_WO_SOCKOPT1) && in inet_listen()
221 (tcp_fastopen & TFO_SERVER_ENABLE) && in inet_listen()
/linux-6.3-rc2/Documentation/networking/
A Dip-sysctl.rst817 tcp_fastopen - INTEGER
866 the tcp_fastopen sysctl is set to 0x400 (see above), or if the

Completed in 11 milliseconds