Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_flow_table_core.c308 void flow_offload_refresh(struct nf_flowtable *flow_table, in flow_offload_refresh() function
324 EXPORT_SYMBOL_GPL(flow_offload_refresh);
H A Dnf_flow_table_ip.c396 flow_offload_refresh(flow_table, flow, false); in nf_flow_offload_forward()
675 flow_offload_refresh(flow_table, flow, false); in nf_flow_offload_ipv6_forward()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h281 void flow_offload_refresh(struct nf_flowtable *flow_table,
/openbmc/linux/net/sched/
H A Dact_ct.c717 flow_offload_refresh(nf_ft, flow, force_refresh); in tcf_ct_flow_table_lookup()