Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_expect.h107 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
/linux-4.4.14/net/netfilter/
Dnf_conntrack_broadcast.c58 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c284 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
292 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
353 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
699 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
828 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1315 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1391 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1606 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1662 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_lcf()
Dnf_conntrack_tftp.c62 exp = nf_ct_expect_alloc(ct); in tftp_help()
Dnf_conntrack_sane.c139 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_amanda.c143 exp = nf_ct_expect_alloc(ct); in amanda_help()
Dnf_conntrack_pptp.c210 exp_orig = nf_ct_expect_alloc(ct); in exp_gre()
214 exp_reply = nf_ct_expect_alloc(ct); in exp_gre()
Dnf_conntrack_irc.c196 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_expect.c253 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
265 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
Dnf_conntrack_sip.c928 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
934 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1240 exp = nf_ct_expect_alloc(ct); in process_register_request()
Dnf_conntrack_ftp.c487 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_netlink.c3013 exp = nf_ct_expect_alloc(ct); in ctnetlink_alloc_expect()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_nfct.c234 exp = nf_ct_expect_alloc(ct); in ip_vs_nfct_expect_related()