Searched refs:tcp_fastopen (Results 1 – 7 of 7) sorted by relevance
15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \
40 ip netns exec nssv sysctl -w net.ipv4.tcp_fastopen=519 > /dev/null
54 sysctl -q net.ipv4.tcp_fastopen=0x3
10 ./set_sysctls.py /proc/sys/net/ipv4/tcp_fastopen=0x207`
772 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=2773 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=1781 ip netns exec "$ns1" sysctl -q net.ipv4.tcp_fastopen=0782 ip netns exec "$ns2" sysctl -q net.ipv4.tcp_fastopen=0
444 int tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); in tcp_try_fastopen() local452 if (!((tcp_fastopen & TFO_SERVER_ENABLE) && in tcp_try_fastopen()
1288 TEST_F(protocol, tcp_fastopen) in TEST_F() 1284 TEST_F(protocol,tcp_fastopen) TEST_F() argument