|
@@ -62,7 +62,7 @@
|
|
|
/* Global data structures. */
|
|
|
struct sctp_globals sctp_globals;
|
|
|
struct proc_dir_entry *proc_net_sctp;
|
|
|
-DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics);
|
|
|
+DEFINE_SNMP_STAT(struct sctp_mib, sctp_statistics) __read_mostly;
|
|
|
|
|
|
struct idr sctp_assocs_id;
|
|
|
DEFINE_SPINLOCK(sctp_assocs_id_lock);
|
|
@@ -78,8 +78,8 @@ static struct sctp_pf *sctp_pf_inet_specific;
|
|
|
static struct sctp_af *sctp_af_v4_specific;
|
|
|
static struct sctp_af *sctp_af_v6_specific;
|
|
|
|
|
|
-kmem_cache_t *sctp_chunk_cachep;
|
|
|
-kmem_cache_t *sctp_bucket_cachep;
|
|
|
+kmem_cache_t *sctp_chunk_cachep __read_mostly;
|
|
|
+kmem_cache_t *sctp_bucket_cachep __read_mostly;
|
|
|
|
|
|
extern int sctp_snmp_proc_init(void);
|
|
|
extern int sctp_snmp_proc_exit(void);
|