Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c235 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
243 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
304 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
637 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
765 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1212 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1289 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1517 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1571 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_lcf()
H A Dnf_conntrack_tftp.c56 exp = nf_ct_expect_alloc(ct); in tftp_help()
H A Dnf_conntrack_broadcast.c63 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
H A Dnf_conntrack_sane.c143 exp = nf_ct_expect_alloc(ct); in help()
H A Dnf_conntrack_pptp.c135 exp_orig = nf_ct_expect_alloc(ct); in exp_gre()
139 exp_reply = nf_ct_expect_alloc(ct); in exp_gre()
H A Dnf_conntrack_amanda.c140 exp = nf_ct_expect_alloc(ct); in amanda_help()
H A Dnf_conntrack_irc.c218 exp = nf_ct_expect_alloc(ct); in help()
H A Dnf_conntrack_expect.c305 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
318 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
H A Dnf_conntrack_sip.c1043 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1049 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1399 exp = nf_ct_expect_alloc(ct); in process_register_request()
H A Dnf_conntrack_ftp.c469 exp = nf_ct_expect_alloc(ct); in help()
H A Dnft_ct.c1266 exp = nf_ct_expect_alloc(ct); in ct_expect_help()
H A Dnf_conntrack_netlink.c3548 exp = nf_ct_expect_alloc(ct); in ctnetlink_alloc_expect()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h153 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()