Searched refs:nf_conntrack_helper (Results 1 – 2 of 2) sorted by relevance
32 struct nf_conntrack_helper { struct72 struct nf_conntrack_helper __rcu *helper; argument86 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 …]
34 struct nf_conntrack_helper *helper;