Searched defs:nf_conntrack_helper (Results 1 – 1 of 1) sorted by relevance
32 struct nf_conntrack_helper { struct33 struct hlist_node hnode; /* Internal use. */35 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */36 refcount_t refcnt;37 struct module *me; /* pointer to self */38 const struct nf_conntrack_expect_policy *expect_policy;41 struct nf_conntrack_tuple tuple;45 int (*help)(struct sk_buff *skb,72 struct nf_conntrack_helper __rcu *helper; argument