Searched refs:qe (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | cls_api.c | 3772 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() argument 3790 qe->info.binder_type = binder_type; in tcf_qevent_init() 3791 qe->info.chain_head_change = tcf_chain_head_change_dflt; in tcf_qevent_init() 3792 qe->info.chain_head_change_priv = &qe->filter_chain; in tcf_qevent_init() 3793 qe->info.block_index = block_index; in tcf_qevent_init() 3795 return tcf_block_get_ext(&qe->block, sch, &qe->info, extack); in tcf_qevent_init() 3799 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() argument 3801 if (qe->info.block_index) in tcf_qevent_destroy() 3802 tcf_block_put_ext(qe->block, sch, &qe->info); in tcf_qevent_destroy() 3806 int tcf_qevent_validate_change(struct tcf_qevent *qe, struct nlattr *block_index_attr, in tcf_qevent_validate_change() argument [all …]
|