Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_red.c217 tcf_qevent_destroy(&q->qe_mark, sch); in red_destroy()
218 tcf_qevent_destroy(&q->qe_early_drop, sch); in red_destroy()
H A Dcls_api.c3873 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function
3878 EXPORT_SYMBOL(tcf_qevent_destroy);
/openbmc/linux/include/net/
H A Dpkt_cls.h606 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
621 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function