aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack_helper.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-06-07 14:19:42 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-06-16 15:09:15 +0200
commitae243bee397102c51fbf9db440eca3b077e0e702 (patch)
treee2320f565fe03c500ed3356b82cc6fbed0a6fe81 /include/net/netfilter/nf_conntrack_helper.h
parentnetfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled (diff)
downloadlinux-dev-ae243bee397102c51fbf9db440eca3b077e0e702.tar.xz
linux-dev-ae243bee397102c51fbf9db440eca3b077e0e702.zip
netfilter: ctnetlink: add CTA_HELP_INFO attribute
This attribute can be used to modify and to dump the internal protocol information. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter/nf_conntrack_helper.h')
-rw-r--r--include/net/netfilter/nf_conntrack_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_helper.h b/include/net/netfilter/nf_conntrack_helper.h
index 061352f71a84..84b24c3a3834 100644
--- a/include/net/netfilter/nf_conntrack_helper.h
+++ b/include/net/netfilter/nf_conntrack_helper.h
@@ -39,6 +39,7 @@ struct nf_conntrack_helper {
void (*destroy)(struct nf_conn *ct);
+ int (*from_nlattr)(struct nlattr *attr, struct nf_conn *ct);
int (*to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct);
unsigned int expect_class_max;
};