Searched refs:nf_ct_expect_init (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_conntrack_h323_main.c | 233 nf_ct_expect_init(rtp_exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_rtp_rtcp() 243 nf_ct_expect_init(rtcp_exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_rtp_rtcp() 302 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_t120() 641 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_h245() 766 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_callforwarding() 1231 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in expect_q931() 1305 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in process_gcf() 1521 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in process_acf() 1575 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in process_lcf()
|
D | nf_conntrack_tftp.c | 70 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, in tftp_help()
|
D | nf_conntrack_sane.c | 152 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in help()
|
D | nf_conntrack_amanda.c | 153 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, in amanda_help()
|
D | nf_conntrack_pptp.c | 204 nf_ct_expect_init(exp_orig, NF_CT_EXPECT_CLASS_DEFAULT, in exp_gre() 213 nf_ct_expect_init(exp_reply, NF_CT_EXPECT_CLASS_DEFAULT, in exp_gre()
|
D | nf_conntrack_irc.c | 237 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, in help()
|
D | nf_conntrack_expect.c | 312 void nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, in nf_ct_expect_init() function 368 EXPORT_SYMBOL_GPL(nf_ct_expect_init);
|
D | nf_conntrack_sip.c | 962 nf_ct_expect_init(rtp_exp, class, nf_ct_l3num(ct), saddr, daddr, in set_expected_rtp_rtcp() 968 nf_ct_expect_init(rtcp_exp, class, nf_ct_l3num(ct), saddr, daddr, in set_expected_rtp_rtcp() 1297 nf_ct_expect_init(exp, SIP_EXPECT_SIGNALLING, nf_ct_l3num(ct), in process_register_request()
|
D | nf_conntrack_ftp.c | 515 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, cmd.l3num, in help()
|
D | nft_ct.c | 1302 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, l3num, in nft_ct_expect_obj_eval()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_conntrack_expect.h | 124 void nf_ct_expect_init(struct nf_conntrack_expect *, unsigned int, u_int8_t,
|
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 224 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, nf_ct_l3num(ct), in ip_vs_nfct_expect_related()
|