Sign in
googlers
/
maze
/
linux
/
0013ca8c52ba7bb1030ed75d6df7e58af0314018
/
.
/
net
/
ipv4
/
tcp_fastopen.c
blob: a7f729c409d78bddb6ff4a1cc5a63fbdc69db581 [
file
] [
log
] [
blame
]
#include
<linux/init.h>
#include
<linux/kernel.h>
int
sysctl_tcp_fastopen
;
static
int
__init tcp_fastopen_init
(
void
)
{
return
0
;
}
late_initcall
(
tcp_fastopen_init
);