Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_red.c219 tcf_qevent_destroy(&q->qe_mark, sch); in red_destroy()
220 tcf_qevent_destroy(&q->qe_early_drop, sch); in red_destroy()
H A Dcls_api.c3988 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function
3993 EXPORT_SYMBOL(tcf_qevent_destroy);
/linux/include/net/
H A Dpkt_cls.h619 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
634 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function