]> Git Repo - linux.git/blame - net/ipv4/tcp_fastopen.c
r8169: add D-Link DGE-560T identifiers.
[linux.git] / net / ipv4 / tcp_fastopen.c
CommitLineData
2100c8d2
YC
1#include <linux/init.h>
2#include <linux/kernel.h>
3
4int sysctl_tcp_fastopen;
5
6static int __init tcp_fastopen_init(void)
7{
8 return 0;
9}
10
11late_initcall(tcp_fastopen_init);
This page took 0.094553 seconds and 4 git commands to generate.