Searched defs:nf_conntrack_helper (Results 1 – 1 of 1) sorted by relevance
25 struct nf_conntrack_helper { struct26 struct hlist_node hnode; /* Internal use. */28 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */29 struct module *me; /* pointer to self */30 const struct nf_conntrack_expect_policy *expect_policy;55 struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name, argument