Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_tables_api.c126 static void nft_trans_gc_work(struct work_struct *work);
127 static DECLARE_WORK(trans_gc_work, nft_trans_gc_work);
9528 static void nft_trans_gc_work(struct work_struct *work) in nft_trans_gc_work() function