nf_ct_helper_init
void nf_ct_helper_init(struct nf_conntrack_helper *helper,
nf_ct_helper_init(&snmp_trap_helper, AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&amanda_helper[0], AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&amanda_helper[1], AF_INET6, IPPROTO_UDP,
nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP,
nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP,
nf_ct_helper_init(&nf_conntrack_helper_ras[0], AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&nf_conntrack_helper_ras[1], AF_INET6, IPPROTO_UDP,
nf_ct_helper_init(&nf_conntrack_helper_h245, AF_UNSPEC, IPPROTO_UDP,
nf_ct_helper_init(&nf_conntrack_helper_q931[0], AF_INET, IPPROTO_TCP,
nf_ct_helper_init(&nf_conntrack_helper_q931[1], AF_INET6, IPPROTO_TCP,
EXPORT_SYMBOL_GPL(nf_ct_helper_init);
nf_ct_helper_init(&irc[i], AF_INET, IPPROTO_TCP, HELPER_NAME,
nf_ct_helper_init(&helper, AF_INET, IPPROTO_UDP, HELPER_NAME,
nf_ct_helper_init(&pptp, AF_INET, IPPROTO_TCP,
nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP,
nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP,
nf_ct_helper_init(&sip[4 * i], AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&sip[4 * i + 1], AF_INET, IPPROTO_TCP,
nf_ct_helper_init(&sip[4 * i + 2], AF_INET6, IPPROTO_UDP,
nf_ct_helper_init(&sip[4 * i + 3], AF_INET6, IPPROTO_TCP,
nf_ct_helper_init(&helper, AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&tftp[2 * i], AF_INET, IPPROTO_UDP,
nf_ct_helper_init(&tftp[2 * i + 1], AF_INET6, IPPROTO_UDP,