Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_broadcast.c55 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c282 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
290 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
350 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
687 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
816 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1277 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1351 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1562 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1616 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_lcf()
Dnf_conntrack_tftp.c64 exp = nf_ct_expect_alloc(ct); in tftp_help()
Dnf_conntrack_sane.c141 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_amanda.c143 exp = nf_ct_expect_alloc(ct); in amanda_help()
Dnf_conntrack_irc.c198 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_pptp.c207 exp_orig = nf_ct_expect_alloc(ct); in exp_gre()
211 exp_reply = nf_ct_expect_alloc(ct); in exp_gre()
Dnf_conntrack_expect.c274 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
286 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
Dnf_conntrack_sip.c923 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
929 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1242 exp = nf_ct_expect_alloc(ct); in process_register_request()
Dnf_conntrack_ftp.c476 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_netlink.c3215 exp = nf_ct_expect_alloc(ct); in ctnetlink_alloc_expect()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_expect.h118 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_nfct.c236 exp = nf_ct_expect_alloc(ct); in ip_vs_nfct_expect_related()