diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 54edcd978f75..3ec8b12b6da4 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -84,9 +84,9 @@ static struct sctp_af *sctp_af_v6_specific; | |||
84 | struct kmem_cache *sctp_chunk_cachep __read_mostly; | 84 | struct kmem_cache *sctp_chunk_cachep __read_mostly; |
85 | struct kmem_cache *sctp_bucket_cachep __read_mostly; | 85 | struct kmem_cache *sctp_bucket_cachep __read_mostly; |
86 | 86 | ||
87 | extern int sysctl_sctp_mem[3]; | 87 | int sysctl_sctp_mem[3]; |
88 | extern int sysctl_sctp_rmem[3]; | 88 | int sysctl_sctp_rmem[3]; |
89 | extern int sysctl_sctp_wmem[3]; | 89 | int sysctl_sctp_wmem[3]; |
90 | 90 | ||
91 | /* Return the address of the control sock. */ | 91 | /* Return the address of the control sock. */ |
92 | struct sock *sctp_get_ctl_sock(void) | 92 | struct sock *sctp_get_ctl_sock(void) |