Home
last modified time | relevance | path

Searched refs:nf_nat_exp_find_port (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/netfilter/
Dnf_nat_helper.c202 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port) in nf_nat_exp_find_port() function
231 EXPORT_SYMBOL_GPL(nf_nat_exp_find_port);
Dnf_nat_amanda.c47 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in help()
Dnf_nat_irc.c51 port = nf_nat_exp_find_port(exp, in help()
Dnf_nat_ftp.c89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in nf_nat_ftp()
Dnf_nat_sip.c413 port = nf_nat_exp_find_port(exp, port); in nf_nat_sip_expect()
/linux-6.1.9/include/net/netfilter/
Dnf_nat_helper.h41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
/linux-6.1.9/net/ipv4/netfilter/
Dnf_nat_h323.c294 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_t120()
337 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_h245()
416 nated_port = nf_nat_exp_find_port(exp, nated_port); in nat_q931()
496 nated_port = nf_nat_exp_find_port(exp, ntohs(port)); in nat_callforwarding()