Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_tables_api.c124 static void nf_tables_trans_destroy_work(struct work_struct *w);
125 static DECLARE_WORK(trans_destroy_work, nf_tables_trans_destroy_work);
9684 static void nf_tables_trans_destroy_work(struct work_struct *w) in nf_tables_trans_destroy_work() function