tipc: name tipc name table support net namespace
[deliverable/linux.git] / net / tipc / core.h
index 1a7f81643668b6542b3e4415a065424f017d6d7c..893992944570feaca1d854220cb57d1c03514d64 100644 (file)
@@ -105,6 +105,10 @@ struct tipc_net {
 
        /* Socket hash table */
        struct rhashtable sk_rht;
+
+       /* Name table */
+       spinlock_t nametbl_lock;
+       struct name_table *nametbl;
 };
 
 #ifdef CONFIG_SYSCTL
This page took 0.025565 seconds and 5 git commands to generate.