Searched refs:tcf_qevent_handle (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_red.c | 98 skb = tcf_qevent_handle(&q->qe_mark, sch, skb, to_free, &ret); in red_enqueue() 118 skb = tcf_qevent_handle(&q->qe_mark, sch, skb, to_free, &ret); in red_enqueue() 142 skb = tcf_qevent_handle(&q->qe_early_drop, sch, skb, to_free, &ret); in red_enqueue()
|
H A D | cls_api.c | 3903 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() function 3934 EXPORT_SYMBOL(tcf_qevent_handle);
|
/openbmc/linux/include/net/ |
H A D | pkt_cls.h | 609 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, 632 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() function
|