Searched refs:nf_ct_helper_init (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_tftp.c | 122 nf_ct_helper_init(&tftp[2 * i], AF_INET, IPPROTO_UDP, in nf_conntrack_tftp_init() 126 nf_ct_helper_init(&tftp[2 * i + 1], AF_INET6, IPPROTO_UDP, in nf_conntrack_tftp_init()
|
A D | nf_conntrack_sane.c | 193 nf_ct_helper_init(&sane[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_sane_init() 197 nf_ct_helper_init(&sane[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_sane_init()
|
A D | nf_conntrack_helper.c | 429 void nf_ct_helper_init(struct nf_conntrack_helper *helper, in nf_ct_helper_init() function 457 EXPORT_SYMBOL_GPL(nf_ct_helper_init);
|
A D | nf_conntrack_ftp.c | 584 nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_ftp_init() 588 nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_ftp_init()
|
A D | nf_conntrack_irc.c | 292 nf_ct_helper_init(&irc[i], AF_INET, IPPROTO_TCP, HELPER_NAME, in nf_conntrack_irc_init()
|
A D | nf_conntrack_sip.c | 1680 nf_ct_helper_init(&sip[4 * i], AF_INET, IPPROTO_UDP, in nf_conntrack_sip_init() 1684 nf_ct_helper_init(&sip[4 * i + 1], AF_INET, IPPROTO_TCP, in nf_conntrack_sip_init() 1688 nf_ct_helper_init(&sip[4 * i + 2], AF_INET6, IPPROTO_UDP, in nf_conntrack_sip_init() 1692 nf_ct_helper_init(&sip[4 * i + 3], AF_INET6, IPPROTO_TCP, in nf_conntrack_sip_init()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_conntrack_helper.h | 94 void nf_ct_helper_init(struct nf_conntrack_helper *helper,
|
Completed in 14 milliseconds