Home
last modified time | relevance | path

Searched refs:NF_FLOW_DNAT (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h124 NF_FLOW_DNAT, enumerator
/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_ip.c149 if (test_bit(NF_FLOW_DNAT, &flow->flags) && in nf_flow_nat_ip()
431 if (test_bit(NF_FLOW_DNAT, &flow->flags) && in nf_flow_nat_ipv6()
Dnf_flow_table_offload.c533 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_rule_route_ipv4()
538 test_bit(NF_FLOW_DNAT, &flow->flags)) in nf_flow_rule_route_ipv4()
562 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_rule_route_ipv6()
Dnf_flow_table_core.c66 __set_bit(NF_FLOW_DNAT, &flow->flags); in flow_offload_alloc()