Lines Matching refs:cleanup
410 void (*cleanup)(struct flow_block_cb *block_cb); member
427 cb(cur->dev, cur->sch, cb_priv, cur->type, &bo, cur->data, cur->cleanup); in existing_qdiscs_register()
481 this->indr.cleanup(this); in flow_block_indr_notify()
520 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_block_indr_init()
527 flow_block->indr.cleanup = cleanup; in flow_block_indr_init()
537 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_indr_block_cb_alloc()
545 flow_block_indr_init(block_cb, bo, dev, sch, data, indr_cb_priv, cleanup); in flow_indr_block_cb_alloc()
565 enum tc_setup_type type, void (*cleanup)(struct flow_block_cb *block_cb), in indir_dev_add()
582 info->cleanup = cleanup; in indir_dev_add()
608 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_indr_dev_setup_offload()
617 indir_dev_add(data, dev, sch, type, cleanup, bo); in flow_indr_dev_setup_offload()
623 err = this->cb(dev, sch, this->cb_priv, type, bo, data, cleanup); in flow_indr_dev_setup_offload()