Searched refs:tcp_fastopen (Results 1 – 5 of 5) sorted by relevance
15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \
11 tcp_minisocks.o tcp_cong.o tcp_metrics.o tcp_fastopen.o \
351 int tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); in tcp_try_fastopen() local359 if (!((tcp_fastopen & TFO_SERVER_ENABLE) && in tcp_try_fastopen()
197 int err, tcp_fastopen; in inet_listen() local220 tcp_fastopen = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_fastopen); in inet_listen()221 if ((tcp_fastopen & TFO_SERVER_WO_SOCKOPT1) && in inet_listen()222 (tcp_fastopen & TFO_SERVER_ENABLE) && in inet_listen()
814 tcp_fastopen - INTEGER863 the tcp_fastopen sysctl is set to 0x400 (see above), or if the