Searched refs:nf_flow_nat_port (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_flow_table_core.c | 425 static int nf_flow_nat_port(struct sk_buff *skb, unsigned int thoff, in nf_flow_nat_port() function 469 return nf_flow_nat_port(skb, thoff, protocol, port, new_port); in nf_flow_snat_port() 500 return nf_flow_nat_port(skb, thoff, protocol, port, new_port); in nf_flow_dnat_port()
|