Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_conntrack_broadcast.c57 exp = nf_ct_expect_alloc(ct); in nf_conntrack_broadcast_help()
Dnf_conntrack_h323_main.c231 if ((rtp_exp = nf_ct_expect_alloc(ct)) == NULL) in expect_rtp_rtcp()
239 if ((rtcp_exp = nf_ct_expect_alloc(ct)) == NULL) { in expect_rtp_rtcp()
300 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_t120()
639 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_h245()
764 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_callforwarding()
1229 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in expect_q931()
1303 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_gcf()
1519 if ((exp = nf_ct_expect_alloc(ct)) == NULL) in process_acf()
1573 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.c145 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_amanda.c146 exp = nf_ct_expect_alloc(ct); in amanda_help()
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()
Dnf_conntrack_irc.c228 exp = nf_ct_expect_alloc(ct); in help()
Dnf_conntrack_expect.c298 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me) in nf_ct_expect_alloc() function
310 EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
Dnf_conntrack_sip.c959 rtp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
965 rtcp_exp = nf_ct_expect_alloc(ct); in set_expected_rtp_rtcp()
1283 exp = nf_ct_expect_alloc(ct); in process_register_request()
Dnf_conntrack_ftp.c474 exp = nf_ct_expect_alloc(ct); in help()
Dnft_ct.c1297 exp = nf_ct_expect_alloc(ct); in nft_ct_expect_obj_eval()
Dnf_conntrack_netlink.c3522 exp = nf_ct_expect_alloc(ct); in ctnetlink_alloc_expect()
/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_expect.h123 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_nfct.c220 exp = nf_ct_expect_alloc(ct); in ip_vs_nfct_expect_related()