Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_conntrack_h323_main.c62 static struct nf_conntrack_helper nf_conntrack_helper_ras[]; variable
1308 exp->helper = nf_conntrack_helper_ras; in process_gcf()
1713 static struct nf_conntrack_helper nf_conntrack_helper_ras[] __read_mostly = { variable
1745 ret = nf_conntrack_helpers_register(nf_conntrack_helper_ras, in h323_helper_init()
1746 ARRAY_SIZE(nf_conntrack_helper_ras)); in h323_helper_init()
1761 nf_conntrack_helpers_unregister(nf_conntrack_helper_ras, in h323_helper_exit()
1762 ARRAY_SIZE(nf_conntrack_helper_ras)); in h323_helper_exit()