[NETFILTER]: nf_conntrack_expect: function naming unification
[deliverable/linux.git] / include / net / netfilter / nf_conntrack_core.h
index 2fa3a1bbc7f28f3df219aba2d78fd3e9f5a5e63a..a18f79c80db8ef4fe3ff4182b550189e0e5267cf 100644 (file)
@@ -84,7 +84,7 @@ print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple,
            struct nf_conntrack_l4proto *proto);
 
 extern struct hlist_head *nf_conntrack_hash;
-extern struct list_head nf_conntrack_expect_list;
+extern struct list_head nf_ct_expect_list;
 extern rwlock_t nf_conntrack_lock ;
 extern struct hlist_head unconfirmed;
 
This page took 0.025254 seconds and 5 git commands to generate.