Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_flow_table_core.c275 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add() function
306 EXPORT_SYMBOL_GPL(flow_offload_add);
Dnft_flow_offload.c366 ret = flow_offload_add(flowtable, flow); in nft_flow_offload_eval()
/linux-6.12.1/include/net/netfilter/
Dnf_flow_table.h281 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
/linux-6.12.1/net/sched/
Dact_ct.c448 err = flow_offload_add(&ct_ft->nf_ft, entry); in tcf_ct_flow_table_add()