Home
last modified time | relevance | path

Searched defs:nf_conntrack_helper (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_helper.h25 struct nf_conntrack_helper { struct
26 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