Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_main.c115 static struct nf_conntrack_helper nf_conntrack_helper_q931[]; variable
833 exp->helper = nf_conntrack_helper_q931; in expect_callforwarding()
1214 static struct nf_conntrack_helper nf_conntrack_helper_q931[] __read_mostly = { variable
1322 exp->helper = nf_conntrack_helper_q931; in expect_q931()
1612 exp->helper = nf_conntrack_helper_q931; in process_acf()
1668 exp->helper = nf_conntrack_helper_q931; in process_lcf()
1839 nf_conntrack_helper_unregister(&nf_conntrack_helper_q931[1]); in nf_conntrack_h323_fini()
1840 nf_conntrack_helper_unregister(&nf_conntrack_helper_q931[0]); in nf_conntrack_h323_fini()
1857 ret = nf_conntrack_helper_register(&nf_conntrack_helper_q931[0]); in nf_conntrack_h323_init()
1860 ret = nf_conntrack_helper_register(&nf_conntrack_helper_q931[1]); in nf_conntrack_h323_init()
[all …]