Symbol: nf_ct_helper_init
include/net/netfilter/nf_conntrack_helper.h
96
void nf_ct_helper_init(struct nf_conntrack_helper *helper,
net/ipv4/netfilter/nf_nat_snmp_basic_main.c
215
nf_ct_helper_init(&snmp_trap_helper, AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_amanda.c
201
nf_ct_helper_init(&amanda_helper[0], AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_amanda.c
204
nf_ct_helper_init(&amanda_helper[1], AF_INET6, IPPROTO_UDP,
net/netfilter/nf_conntrack_ftp.c
588
nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP,
net/netfilter/nf_conntrack_ftp.c
592
nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP,
net/netfilter/nf_conntrack_h323_main.c
1715
nf_ct_helper_init(&nf_conntrack_helper_ras[0], AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_h323_main.c
1718
nf_ct_helper_init(&nf_conntrack_helper_ras[1], AF_INET6, IPPROTO_UDP,
net/netfilter/nf_conntrack_h323_main.c
1721
nf_ct_helper_init(&nf_conntrack_helper_h245, AF_UNSPEC, IPPROTO_UDP,
net/netfilter/nf_conntrack_h323_main.c
1724
nf_ct_helper_init(&nf_conntrack_helper_q931[0], AF_INET, IPPROTO_TCP,
net/netfilter/nf_conntrack_h323_main.c
1727
nf_ct_helper_init(&nf_conntrack_helper_q931[1], AF_INET6, IPPROTO_TCP,
net/netfilter/nf_conntrack_helper.c
517
EXPORT_SYMBOL_GPL(nf_ct_helper_init);
net/netfilter/nf_conntrack_irc.c
290
nf_ct_helper_init(&irc[i], AF_INET, IPPROTO_TCP, HELPER_NAME,
net/netfilter/nf_conntrack_netbios_ns.c
56
nf_ct_helper_init(&helper, AF_INET, IPPROTO_UDP, HELPER_NAME,
net/netfilter/nf_conntrack_pptp.c
542
nf_ct_helper_init(&pptp, AF_INET, IPPROTO_TCP,
net/netfilter/nf_conntrack_sane.c
197
nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP,
net/netfilter/nf_conntrack_sane.c
201
nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP,
net/netfilter/nf_conntrack_sip.c
1811
nf_ct_helper_init(&sip[4 * i], AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_sip.c
1815
nf_ct_helper_init(&sip[4 * i + 1], AF_INET, IPPROTO_TCP,
net/netfilter/nf_conntrack_sip.c
1819
nf_ct_helper_init(&sip[4 * i + 2], AF_INET6, IPPROTO_UDP,
net/netfilter/nf_conntrack_sip.c
1823
nf_ct_helper_init(&sip[4 * i + 3], AF_INET6, IPPROTO_TCP,
net/netfilter/nf_conntrack_snmp.c
57
nf_ct_helper_init(&helper, AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_tftp.c
121
nf_ct_helper_init(&tftp[2 * i], AF_INET, IPPROTO_UDP,
net/netfilter/nf_conntrack_tftp.c
125
nf_ct_helper_init(&tftp[2 * i + 1], AF_INET6, IPPROTO_UDP,