Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_flow_table_inet.c69 .free = nf_flow_table_free,
79 .free = nf_flow_table_free,
89 .free = nf_flow_table_free,
Dnf_flow_table_core.c601 void nf_flow_table_free(struct nf_flowtable *flow_table) in nf_flow_table_free() function
615 EXPORT_SYMBOL_GPL(nf_flow_table_free);
/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h279 void nf_flow_table_free(struct nf_flowtable *flow_table);
/linux-6.1.9/net/sched/
Dact_ct.c333 nf_flow_table_free(&ct_ft->nf_ft); in tcf_ct_flow_table_cleanup_work()