Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_flow_table_core.c279 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow) in flow_offload_add() function
310 EXPORT_SYMBOL_GPL(flow_offload_add);
Dnft_flow_offload.c364 ret = flow_offload_add(flowtable, flow); in nft_flow_offload_eval()
/linux-6.6.21/include/net/netfilter/
Dnf_flow_table.h280 int flow_offload_add(struct nf_flowtable *flow_table, struct flow_offload *flow);
/linux-6.6.21/net/sched/
Dact_ct.c442 err = flow_offload_add(&ct_ft->nf_ft, entry); in tcf_ct_flow_table_add()