#include #include int sysctl_tcp_fastopen; static int __init tcp_fastopen_init(void) { return 0; } late_initcall(tcp_fastopen_init);