Home
last modified time | relevance | path

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

/include/net/netfilter/
Dnf_conntrack_helper.h32 struct nf_conntrack_helper { struct
72 struct nf_conntrack_helper __rcu *helper; argument
86 struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name,
89 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
92 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper);
94 void nf_ct_helper_init(struct nf_conntrack_helper *helper,
106 int nf_conntrack_helper_register(struct nf_conntrack_helper *);
107 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *);
109 int nf_conntrack_helpers_register(struct nf_conntrack_helper *, unsigned int);
110 void nf_conntrack_helpers_unregister(struct nf_conntrack_helper *,
[all …]
Dnf_conntrack_expect.h34 struct nf_conntrack_helper *helper;