Searched refs:tcf_qevent_dump (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | sch_red.c | 433 tcf_qevent_dump(skb, TCA_RED_MARK_BLOCK, &q->qe_mark) || in red_dump() 434 tcf_qevent_dump(skb, TCA_RED_EARLY_DROP_BLOCK, &q->qe_early_drop)) in red_dump()
|
A D | cls_api.c | 3923 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function 3929 EXPORT_SYMBOL(tcf_qevent_dump);
|
/linux-6.3-rc2/include/net/ |
A D | pkt_cls.h | 624 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe); 651 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function
|
Completed in 15 milliseconds