Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h161 NF_FLOW_DNAT, enumerator
/linux-6.1.9/net/netfilter/
Dnf_flow_table_ip.c129 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_nat_ip()
528 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_nat_ipv6()
Dnf_flow_table_offload.c693 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_rule_route_ipv4()
698 test_bit(NF_FLOW_DNAT, &flow->flags)) in nf_flow_rule_route_ipv4()
718 if (test_bit(NF_FLOW_DNAT, &flow->flags)) { in nf_flow_rule_route_ipv6()
Dnf_flow_table_core.c72 __set_bit(NF_FLOW_DNAT, &flow->flags); in flow_offload_alloc()