Home
last modified time | relevance | path

Searched refs:expectfn (Results 1 – 17 of 17) sorted by relevance

/linux/net/ipv4/netfilter/
H A Dnf_nat_h323.c195 rtp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
198 rtcp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
297 exp->expectfn = nf_nat_follow_master; in nat_t120()
339 exp->expectfn = nf_nat_follow_master; in nat_h245()
421 exp->expectfn = ip_nat_q931_expect; in nat_q931()
505 exp->expectfn = ip_nat_callforwarding_expect; in nat_callforwarding()
534 .expectfn = ip_nat_q931_expect,
539 .expectfn = ip_nat_callforwarding_expect,
H A Dnf_nat_pptp.c308 .expectfn = pptp_nat_expected, in nf_nat_helper_pptp_init()
/linux/net/netfilter/
H A Dnf_nat_tftp.c32 exp->expectfn = nf_nat_follow_master; in help()
H A Dnf_nat_amanda.c44 exp->expectfn = nf_nat_follow_master; in help()
H A Dnf_nat_irc.c49 exp->expectfn = nf_nat_follow_master; in help()
H A Dnf_conntrack_pptp.c105 hook->expectfn(ct, exp); in pptp_expectfn()
150 exp_orig->expectfn = pptp_expectfn; in destroy_sibling_or_exp()
159 exp_reply->expectfn = pptp_expectfn;
H A Dnf_conntrack_broadcast.c75 exp->expectfn = NULL; in nf_conntrack_broadcast_help()
H A Dnf_nat_sip.c426 exp->expectfn = nf_nat_sip_expected; in nf_nat_sip_expect()
600 rtp_exp->expectfn = nf_nat_sip_expected; in nf_nat_sdp_media()
606 rtcp_exp->expectfn = nf_nat_sip_expected; in nf_nat_sdp_media()
661 .expectfn = nf_nat_sip_expected,
H A Dnf_nat_ftp.c87 exp->expectfn = nf_nat_follow_master; in nf_nat_ftp()
H A Dnf_conntrack_helper.c285 /* Relies on registered expectfn descriptors having unique ->expectfn
288 return exp->expectfn == n->expectfn; in nf_ct_helper_expectfn_find_by_name()
291 /* Destroy expectations still pointing at @n->expectfn; call after the in nf_ct_helper_expectfn_find_by_name()
325 if (cur->expectfn == symbol) { in nf_ct_helper_log()
H A Dnf_conntrack_expect.c343 exp->expectfn = NULL; in nf_ct_expect_init()
H A Dnf_conntrack_netlink.c3054 expfn = nf_ct_helper_expectfn_find_by_symbol(exp->expectfn); in ctnetlink_exp_dump_expect()
3564 exp->expectfn = expfn->expectfn; in ctnetlink_alloc_expect()
3566 exp->expectfn = NULL; in ctnetlink_alloc_expect()
H A Dnf_conntrack_core.c1852 if (exp->expectfn) in init_conntrack()
1853 exp->expectfn(ct, exp); in init_conntrack()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h46 void (*expectfn)(struct nf_conn *new,
45 void (*expectfn)(struct nf_conn *new, global() member
H A Dnf_conntrack_helper.h173 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
149 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp); global() member
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h316 void (*expectfn)(struct nf_conn *ct, member
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c137 * Called from init_conntrack() as expectfn handler.
229 exp->expectfn = ip_vs_nfct_expect_callback; in ip_vs_nfct_expect_related()