Searched refs:tcf_qevent_init (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | sch_red.c | 355 err = tcf_qevent_init(&q->qe_early_drop, sch, in red_init() 361 return tcf_qevent_init(&q->qe_mark, sch, in red_init()
|
D | cls_api.c | 3781 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() function 3806 EXPORT_SYMBOL(tcf_qevent_init);
|
/kernel/linux/linux-5.10/include/net/ |
D | pkt_cls.h | 563 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, 574 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() function
|