Searched defs:nf_conntrack_helper (Results 1 – 1 of 1) sorted by relevance
27 struct nf_conntrack_helper { struct28 struct hlist_node hnode; /* Internal use. */30 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */31 refcount_t refcnt;32 struct module *me; /* pointer to self */33 const struct nf_conntrack_expect_policy *expect_policy;36 struct nf_conntrack_tuple tuple;40 int (*help)(struct sk_buff *skb,65 struct nf_conntrack_helper __rcu *helper; argument