Searched refs:nf_nat_exp_find_port (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_nat_helper.c | 202 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);
|
D | nf_nat_amanda.c | 47 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in help()
|
D | nf_nat_irc.c | 51 port = nf_nat_exp_find_port(exp, in help()
|
D | nf_nat_ftp.c | 89 port = nf_nat_exp_find_port(exp, ntohs(exp->saved_proto.tcp.port)); in nf_nat_ftp()
|
D | nf_nat_sip.c | 413 port = nf_nat_exp_find_port(exp, port); in nf_nat_sip_expect()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_nat_helper.h | 41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
|
/linux-6.1.9/net/ipv4/netfilter/ |
D | nf_nat_h323.c | 294 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()
|