aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netfilter/nf_conntrack_expect.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_expect.h b/include/net/netfilter/nf_conntrack_expect.h
index 2d335f024c85..5d853e826d1d 100644
--- a/include/net/netfilter/nf_conntrack_expect.h
+++ b/include/net/netfilter/nf_conntrack_expect.h
@@ -22,6 +22,9 @@ struct nf_conntrack_expect
22 void (*expectfn)(struct nf_conn *new, 22 void (*expectfn)(struct nf_conn *new,
23 struct nf_conntrack_expect *this); 23 struct nf_conntrack_expect *this);
24 24
25 /* Helper to assign to new connection */
26 struct nf_conntrack_helper *helper;
27
25 /* The conntrack of the master connection */ 28 /* The conntrack of the master connection */
26 struct nf_conn *master; 29 struct nf_conn *master;
27 30