act_connmark: Remember the struct net instead of guessing it.
[deliverable/linux.git] / include / net / tc_act / tc_connmark.h
index 5c1104c2e24f655c08916d72e8ee6388127ac5a2..02caa406611b496e6e830c9fb85b467c55875732 100644 (file)
@@ -5,6 +5,7 @@
 
 struct tcf_connmark_info {
        struct tcf_common common;
+       struct net *net;
        u16 zone;
 };
 
This page took 0.024781 seconds and 5 git commands to generate.