Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dcls_basic.c117 tcf_queue_work(&f->rwork, basic_delete_filter_work); in basic_destroy()
135 tcf_queue_work(&f->rwork, basic_delete_filter_work); in basic_delete()
234 tcf_queue_work(&fold->rwork, basic_delete_filter_work); in basic_change()
Dcls_tcindex.c232 tcf_queue_work(&f->rwork, tcindex_destroy_fexts_work); in tcindex_delete()
239 tcf_queue_work(&r->rwork, tcindex_destroy_rexts_work); in tcindex_delete()
514 tcf_queue_work(&oldp->rwork, tcindex_partial_destroy_work); in tcindex_set_parms()
606 tcf_queue_work(&r->rwork, in tcindex_destroy()
623 tcf_queue_work(&p->rwork, tcindex_destroy_work); in tcindex_destroy()
Dcls_cgroup.c123 tcf_queue_work(&head->rwork, cls_cgroup_destroy_work); in cls_cgroup_change()
140 tcf_queue_work(&head->rwork, cls_cgroup_destroy_work); in cls_cgroup_destroy()
Dcls_fw.c146 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_destroy()
175 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_delete()
296 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_change()
Dcls_route.c272 tcf_queue_work(&f->rwork, route4_delete_filter_work); in route4_queue_work()
344 tcf_queue_work(&f->rwork, route4_delete_filter_work); in route4_delete()
560 tcf_queue_work(&fold->rwork, route4_delete_filter_work); in route4_change()
Dcls_flow.c554 tcf_queue_work(&fold->rwork, flow_destroy_filter_work); in flow_change()
574 tcf_queue_work(&f->rwork, flow_destroy_filter_work); in flow_delete()
600 tcf_queue_work(&f->rwork, flow_destroy_filter_work); in flow_destroy()
Dcls_bpf.c296 tcf_queue_work(&prog->rwork, cls_bpf_delete_prog_work); in __cls_bpf_delete()
522 tcf_queue_work(&oldprog->rwork, cls_bpf_delete_prog_work); in cls_bpf_change()
Dcls_u32.c466 tcf_queue_work(&key->rwork, u32_delete_key_freepf_work); in u32_delete_key()
588 tcf_queue_work(&n->rwork, u32_delete_key_freepf_work); in u32_clear_hnode()
923 tcf_queue_work(&n->rwork, u32_delete_key_work); in u32_change()
Dcls_matchall.c139 tcf_queue_work(&head->rwork, mall_destroy_work); in mall_destroy()
Dcls_flower.c399 tcf_queue_work(&mask->rwork, fl_mask_free_work); in fl_mask_put()
517 tcf_queue_work(&f->rwork, fl_destroy_filter_work); in __fl_put()
594 tcf_queue_work(&head->rwork, fl_destroy_sleepable); in fl_destroy()
2310 tcf_queue_work(&mask->rwork, fl_uninit_mask_free_work); in fl_change()
2330 tcf_queue_work(&mask->rwork, fl_uninit_mask_free_work); in fl_change()
Dcls_rsvp.h306 tcf_queue_work(&f->rwork, rsvp_delete_filter_work); in rsvp_delete_filter()
Dcls_api.c222 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func) in tcf_queue_work() function
227 EXPORT_SYMBOL(tcf_queue_work);
/Linux-v6.1/include/net/
Dpkt_cls.h42 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func);