Home
last modified time | relevance | path

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

/net/ipv4/
A Dinet_fragment.c181 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn()
223 INIT_WORK(&fqdir->destroy_work, fqdir_work_fn); in fqdir_exit()
224 queue_work(inet_frag_wq, &fqdir->destroy_work); in fqdir_exit()
/net/wireless/
A Dcore.c358 destroy_work); in cfg80211_destroy_iface_wk()
540 INIT_WORK(&rdev->destroy_work, cfg80211_destroy_iface_wk); in wiphy_new_nm()
1197 flush_work(&rdev->destroy_work); in wiphy_unregister()
A Dcore.h104 struct work_struct destroy_work; member
A Dnl80211.c20940 schedule_work(&rdev->destroy_work); in nl80211_netlink_notify()
/net/netfilter/
A Dnf_tables_api.c10228 struct nftables_pernet *nft_net = container_of(w, struct nftables_pernet, destroy_work); in nf_tables_trans_destroy_work()
10251 flush_work(&nft_net->destroy_work); in nf_tables_trans_destroy_flush_work()
10713 schedule_work(&nft_net->destroy_work); in nf_tables_commit_release()
12129 INIT_WORK(&nft_net->destroy_work, nf_tables_trans_destroy_work); in nf_tables_init_net()
12158 cancel_work_sync(&nft_net->destroy_work); in nf_tables_exit_net()

Completed in 59 milliseconds