Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h163 NF_FLOW_SNAT, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c126 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_nat_ip()
569 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_nat_ipv6()
H A Dnf_flow_table_offload.c689 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_rule_route_ipv4()
697 if (test_bit(NF_FLOW_SNAT, &flow->flags) || in nf_flow_rule_route_ipv4()
714 if (test_bit(NF_FLOW_SNAT, &flow->flags)) { in nf_flow_rule_route_ipv6()
H A Dnf_flow_table_core.c70 __set_bit(NF_FLOW_SNAT, &flow->flags); in flow_offload_alloc()