Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_nat_helper.c179 void nf_nat_follow_master(struct nf_conn *ct, in nf_nat_follow_master() function
200 EXPORT_SYMBOL(nf_nat_follow_master);
Dnf_nat_tftp.c32 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_amanda.c44 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_irc.c49 exp->expectfn = nf_nat_follow_master; in help()
Dnf_nat_ftp.c87 exp->expectfn = nf_nat_follow_master; in nf_nat_ftp()
Dnf_nat_core.c988 .expectfn = nf_nat_follow_master,
/linux-5.19.10/include/net/netfilter/
Dnf_nat_helper.h39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
/linux-5.19.10/net/ipv4/netfilter/
Dnf_nat_h323.c189 rtp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
192 rtcp_exp->expectfn = nf_nat_follow_master; in nat_rtp_rtcp()
291 exp->expectfn = nf_nat_follow_master; in nat_t120()
343 exp->expectfn = nf_nat_follow_master; in nat_h245()
400 nf_nat_follow_master(new, this); in ip_nat_q931_expect()