Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dnf_conntrack_broadcast.c58 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c278 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
286 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
345 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
680 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
804 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1271 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1342 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1546 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1599 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.c140 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_amanda.c146 exp = nf_ct_expect_alloc(ct); in amanda_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_irc.c196 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_expect.c233 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
245 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
Dnf_conntrack_sip.c918 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
924 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1210 exp = nf_ct_expect_alloc(ct); in process_register_request()
Dnf_conntrack_ftp.c443 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_netlink.c2171 exp = nf_ct_expect_alloc(ct); in ctnetlink_create_expect()
/linux-3.4.99/include/net/netfilter/
Dnf_conntrack_expect.h97 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_nfct.c229 exp = nf_ct_expect_alloc(ct); in ip_vs_nfct_expect_related()