Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dnf_conntrack_amanda.c175 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = { variable
200 nf_conntrack_helper_unregister(&amanda_helper[0]); in nf_conntrack_amanda_fini()
201 nf_conntrack_helper_unregister(&amanda_helper[1]); in nf_conntrack_amanda_fini()
219 ret = nf_conntrack_helper_register(&amanda_helper[0]); in nf_conntrack_amanda_init()
222 ret = nf_conntrack_helper_register(&amanda_helper[1]); in nf_conntrack_amanda_init()
228 nf_conntrack_helper_unregister(&amanda_helper[0]); in nf_conntrack_amanda_init()