cfg80211/mac80211: use cfg80211 wdev mutex in mac80211
[cascardo/linux.git] / include / net / netns / conntrack.h
index 923cb20..c9c0c53 100644 (file)
@@ -84,6 +84,10 @@ struct netns_ct {
        int                     sysctl_auto_assign_helper;
        bool                    auto_assign_helper_warned;
        struct nf_ip_net        nf_ct_proto;
+#if defined(CONFIG_NF_CONNTRACK_LABELS)
+       unsigned int            labels_used;
+       u8                      label_words;
+#endif
 #ifdef CONFIG_NF_NAT_NEEDED
        struct hlist_head       *nat_bysource;
        unsigned int            nat_htable_size;