repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
net
/
ipv4
/
tcp_fastopen.c
blob
a7f729c409d78bddb6ff4a1cc5a63fbdc69db581
1
#include <linux/init.h>
2
#include <linux/kernel.h>
3
4
int
sysctl_tcp_fastopen
;
5
6
static int
__init
tcp_fastopen_init
(
void
)
7
{
8
return
0
;
9
}
10
11
late_initcall
(
tcp_fastopen_init
);