Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h123 NF_FLOW_SNAT, enumerator
/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_ip.c143 if (test_bit(NF_FLOW_SNAT, &flow->flags) && in nf_flow_nat_ip()
425 if (test_bit(NF_FLOW_SNAT, &flow->flags) && in nf_flow_nat_ipv6()
Dnf_flow_table_offload.c529 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_rule_route_ipv4()
537 if (test_bit(NF_FLOW_SNAT, &flow->flags) || in nf_flow_rule_route_ipv4()
558 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_rule_route_ipv6()
Dnf_flow_table_core.c64 __set_bit(NF_FLOW_SNAT, &flow->flags); in flow_offload_alloc()