diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-02-07 18:56:12 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-02-07 18:56:12 -0800 |
| commit | c1cea42a12f163375058fb54b4963bce9c72e728 (patch) | |
| tree | 745b55be1c3d87be666bec1e74882296715988d9 /include/linux | |
| parent | 82b3a0c22f17f0523ffc16e3c73287ef09ec0bce (diff) | |
| parent | 519b996bce07eb79e65548abf7591231c55a0d32 (diff) | |
Merge nuts.davemloft.net:/disk1/BK/network-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 935be9d21b69..dc4167a0dbf2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -583,6 +583,8 @@ enum { NET_SCTP_PRESERVE_ENABLE = 11, NET_SCTP_MAX_BURST = 12, NET_SCTP_ADDIP_ENABLE = 13, + NET_SCTP_RMEM = 14, + NET_SCTP_WMEM = 15, }; /* /proc/sys/net/bridge */ |
