Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23664
b: refs/heads/master
c: b8059ea
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 25, 2006
1 parent a2a1f74 commit 1106827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b4f4b5ebceab67ce440a61081a69f0265e17c2a
refs/heads/master: b8059eadf9f4dc24bd72da71daa832a9a9899fb4
7 changes: 4 additions & 3 deletions trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
#include <linux/fs.h>
#include <linux/random.h>
#include <linux/bootmem.h>
#include <linux/cache.h>

#include <net/icmp.h>
#include <net/tcp.h>
Expand All @@ -275,9 +276,9 @@ atomic_t tcp_orphan_count = ATOMIC_INIT(0);

EXPORT_SYMBOL_GPL(tcp_orphan_count);

int sysctl_tcp_mem[3];
int sysctl_tcp_wmem[3];
int sysctl_tcp_rmem[3];
int sysctl_tcp_mem[3] __read_mostly;
int sysctl_tcp_wmem[3] __read_mostly;
int sysctl_tcp_rmem[3] __read_mostly;

EXPORT_SYMBOL(sysctl_tcp_mem);
EXPORT_SYMBOL(sysctl_tcp_rmem);
Expand Down

0 comments on commit 1106827

Please sign in to comment.