Home
last modified time | relevance | path

Searched refs:tcf_qevent_dump (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/sched/
Dsch_red.c436 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()
Dcls_api.c3850 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function
3856 EXPORT_SYMBOL(tcf_qevent_dump);
/Linux-v5.15/include/net/
Dpkt_cls.h568 int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe);
595 static inline int tcf_qevent_dump(struct sk_buff *skb, int attr_name, struct tcf_qevent *qe) in tcf_qevent_dump() function