Searched refs:tcf_qevent_destroy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_red.c | 217 tcf_qevent_destroy(&q->qe_mark, sch); in red_destroy() 218 tcf_qevent_destroy(&q->qe_early_drop, sch); in red_destroy()
|
H A D | cls_api.c | 3810 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function 3815 EXPORT_SYMBOL(tcf_qevent_destroy); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 567 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch); 582 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_red.c | 217 tcf_qevent_destroy(&q->qe_mark, sch); in red_destroy() 218 tcf_qevent_destroy(&q->qe_early_drop, sch); in red_destroy()
|
H A D | cls_api.c | 3873 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() function 3878 EXPORT_SYMBOL(tcf_qevent_destroy); variable
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 606 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
|
Completed in 16 milliseconds