Searched refs:TCP_FO_SYSCTL (Results 1 – 1 of 1) sorted by relevance
29 #define TCP_FO_SYSCTL "/proc/sys/net/ipv4/tcp_fastopen" macro195 write_int_sysctl(TCP_FO_SYSCTL, saved_tcp_fo); in restore_sysctls()203 fo = read_int_sysctl(TCP_FO_SYSCTL); in enable_fastopen()204 write_int_sysctl(TCP_FO_SYSCTL, fo | 7); in enable_fastopen()732 saved_tcp_fo = read_int_sysctl(TCP_FO_SYSCTL); in main()