Searched refs:nf_flow_dnat_port (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/net/netfilter/ |
D | nf_flow_table.h | 230 int nf_flow_dnat_port(const struct flow_offload *flow,
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_flow_table_ip.c | 150 (nf_flow_dnat_port(flow, skb, thoff, iph->protocol, dir) < 0 || in nf_flow_nat_ip() 432 (nf_flow_dnat_port(flow, skb, thoff, ip6h->nexthdr, dir) < 0 || in nf_flow_nat_ipv6()
|
D | nf_flow_table_core.c | 473 int nf_flow_dnat_port(const struct flow_offload *flow, in nf_flow_dnat_port() function 502 EXPORT_SYMBOL_GPL(nf_flow_dnat_port);
|