Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_flow_table_inet.c73 .free = nf_flow_table_free,
83 .free = nf_flow_table_free,
93 .free = nf_flow_table_free,
Dnf_flow_table_core.c600 void nf_flow_table_free(struct nf_flowtable *flow_table) in nf_flow_table_free() function
614 EXPORT_SYMBOL_GPL(nf_flow_table_free);
/linux-6.12.1/include/net/netfilter/
Dnf_flow_table.h293 void nf_flow_table_free(struct nf_flowtable *flow_table);
/linux-6.12.1/net/sched/
Dact_ct.c380 nf_flow_table_free(&ct_ft->nf_ft); in tcf_ct_flow_table_cleanup_work()