]> err.no Git - linux-2.6/blobdiff - include/net/net_namespace.h
[SNMP]: Remove unused devconf macros.
[linux-2.6] / include / net / net_namespace.h
index 235214c4c231e420b4c05e8027f05e07f3c4911c..f97b2a4469ae2f46339b76fb9171bd2fc529583e 100644 (file)
@@ -11,6 +11,8 @@
 struct proc_dir_entry;
 struct net_device;
 struct sock;
+struct ctl_table_header;
+
 struct net {
        atomic_t                count;          /* To decided when the network
                                                 *  namespace should be freed.
@@ -38,6 +40,10 @@ struct net {
        /* List of all packet sockets. */
        rwlock_t                packet_sklist_lock;
        struct hlist_head       packet_sklist;
+
+       /* unix sockets */
+       int                     sysctl_unix_max_dgram_qlen;
+       struct ctl_table_header *unix_ctl;
 };
 
 #ifdef CONFIG_NET