Searched refs:tcf_qevent_dump (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | sch_red.c | 436 tcf_qevent_dump(skb, TCA_RED_MARK_BLOCK, &q->qe_mark) || in red_dump() 437 tcf_qevent_dump(skb, TCA_RED_EARLY_DROP_BLOCK, &q->qe_early_drop)) in red_dump()
|
D | cls_api.c | 3871 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function 3877 EXPORT_SYMBOL(tcf_qevent_dump);
|
/kernel/linux/linux-5.10/include/net/ |
D | pkt_cls.h | 572 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 599 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function
|