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

/linux-master/include/net/netfilter/
H A Dnf_nat_helper.h41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
/linux-master/net/netfilter/
H A Dnf_nat_amanda.c47 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port));
H A Dnf_nat_irc.c51 port = nf_nat_exp_find_port(exp,
H A Dnf_nat_ftp.c89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port));
H A Dnf_nat_helper.c202 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port) function
231 EXPORT_SYMBOL_GPL(nf_nat_exp_find_port); variable
H A Dnf_nat_sip.c413 port = nf_nat_exp_find_port(exp, port);
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_h323.c294 nated_port = nf_nat_exp_find_port(exp, nated_port);
337 nated_port = nf_nat_exp_find_port(exp, nated_port);
416 nated_port = nf_nat_exp_find_port(exp, nated_port);
496 nated_port = nf_nat_exp_find_port(exp, ntohs(port));

Completed in 216 milliseconds