Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c232 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
240 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
301 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
640 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
765 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1230 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1304 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1520 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1574 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_lcf()
H A Dnf_conntrack_broadcast.c58 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
H A Dnf_conntrack_sane.c145 exp = nf_ct_expect_alloc(ct); in help()
H A Dnf_conntrack_pptp.c194 exp_orig = nf_ct_expect_alloc(ct); in exp_gre()
198 exp_reply = nf_ct_expect_alloc(ct); in exp_gre()
H A Dnf_conntrack_expect.c303 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
315 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
H A Dnf_conntrack_sip.c1037 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1043 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1373 exp = nf_ct_expect_alloc(ct); in process_register_request()
H A Dnft_ct.c1324 exp = nf_ct_expect_alloc(ct); in nft_ct_expect_obj_eval()
H A Dnf_conntrack_netlink.c3557 exp = nf_ct_expect_alloc(ct); in ctnetlink_alloc_expect()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h142 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c219 exp = nf_ct_expect_alloc(ct); in ip_vs_nfct_expect_related()