Home
last modified time | relevance | path

Searched refs:nf_nat_follow_master (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/netfilter/
Dnf_nat_helper.c191 void nf_nat_follow_master(struct nf_conn *ct, in nf_nat_follow_master() function
212 EXPORT_SYMBOL(nf_nat_follow_master);
Dnf_nat_tftp.c30 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_amanda.c43 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_irc.c48 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_ftp.c85 exp->expectfn = nf_nat_follow_master; in nf_nat_ftp()
Dnf_nat_core.c901 .expectfn = nf_nat_follow_master,
/Linux-v4.19/include/net/netfilter/
Dnf_nat_helper.h39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
/Linux-v4.19/net/ipv4/netfilter/
Dnf_nat_h323.c190 rtp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
193 rtcp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
292 exp->expectfn = nf_nat_follow_master; in nat_t120()
344 exp->expectfn = nf_nat_follow_master; in nat_h245()
401 nf_nat_follow_master(new, this); in ip_nat_q931_expect()