Searched refs:tcf_qevent_dump (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/sched/ |
| H A D | sch_red.c | 438 tcf_qevent_dump(skb, TCA_RED_MARK_BLOCK, &q->qe_mark) || in red_dump() 439 tcf_qevent_dump(skb, TCA_RED_EARLY_DROP_BLOCK, &q->qe_early_drop)) in red_dump()
|
| H A D | cls_api.c | 4051 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function 4057 EXPORT_SYMBOL(tcf_qevent_dump);
|
| /linux-6.15/include/net/ |
| H A D | pkt_cls.h | 622 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 649 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function
|