Home
last modified time | relevance | path

Searched refs:nf_flowtable_hw_offload (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/netfilter/
Dnf_flow_table_core.c248 if (nf_flowtable_hw_offload(flow_table)) { in flow_offload_add()
262 if (likely(!nf_flowtable_hw_offload(flow_table) || in flow_offload_refresh()
573 if (nf_flowtable_hw_offload(flow_table)) in nf_flow_table_free()
Dnf_flow_table_offload.c901 if (nf_flowtable_hw_offload(flowtable)) in nf_flow_table_offload_flush()
996 if (!nf_flowtable_hw_offload(flowtable)) in nf_flow_table_offload_setup()
/Linux-v5.10/include/net/netfilter/
Dnf_flow_table.h81 static inline bool nf_flowtable_hw_offload(struct nf_flowtable *flowtable) in nf_flowtable_hw_offload() function