|
@@ -79,6 +79,8 @@ struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name,
|
|
struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
|
|
struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
|
|
u16 l3num,
|
|
u16 l3num,
|
|
u8 protonum);
|
|
u8 protonum);
|
|
|
|
+void nf_conntrack_helper_put(struct nf_conntrack_helper *helper);
|
|
|
|
+
|
|
void nf_ct_helper_init(struct nf_conntrack_helper *helper,
|
|
void nf_ct_helper_init(struct nf_conntrack_helper *helper,
|
|
u16 l3num, u16 protonum, const char *name,
|
|
u16 l3num, u16 protonum, const char *name,
|
|
u16 default_port, u16 spec_port, u32 id,
|
|
u16 default_port, u16 spec_port, u32 id,
|