Home
last modified time | relevance | path

Searched refs:sch (Results 1 – 5 of 5) sorted by relevance

/include/net/
A Dsch_generic.h858 return sch->enqueue(skb, sch, to_free); in qdisc_enqueue()
971 gnet_stats_add_queue(&qstats, sch->cpu_qstats, &sch->qstats); in qdisc_qstats_qlen_backlog()
981 qdisc_reset(sch); in qdisc_purge_queue()
1040 sch->q.qlen--; in qdisc_dequeue_internal()
1046 return sch->dequeue(sch); in qdisc_dequeue_internal()
1142 skb = sch->dequeue(sch); in qdisc_peek_dequeued()
1148 sch->q.qlen++; in qdisc_peek_dequeued()
1165 sch->q.qlen--; in qdisc_update_stats_at_dequeue()
1177 sch->q.qlen++; in qdisc_update_stats_at_enqueue()
1193 sch->q.qlen--; in qdisc_dequeue_peeked()
[all …]
A Dpkt_sched.h97 struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
279 static inline bool tc_qdisc_stats_dump(struct Qdisc *sch, in tc_qdisc_stats_dump() argument
283 if (arg->count >= arg->skip && arg->fn(sch, cl, arg) < 0) { in tc_qdisc_stats_dump()
301 static inline unsigned int qdisc_peek_len(struct Qdisc *sch) in qdisc_peek_len() argument
306 skb = sch->ops->peek(sch); in qdisc_peek_len()
308 qdisc_warn_nonwc("qdisc_peek_len", sch); in qdisc_peek_len()
A Dflow_offload.h598 struct Qdisc *sch; member
611 struct Qdisc *sch; member
637 struct Qdisc *sch, void *data,
731 typedef int flow_indr_block_bind_cb_t(struct net_device *dev, struct Qdisc *sch, void *cb_priv,
739 int flow_indr_dev_setup_offload(struct net_device *dev, struct Qdisc *sch,
A Dpie.h126 bool pie_drop_early(struct Qdisc *sch, struct pie_params *params,
A Dpkt_cls.h613 int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch,
617 void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch);
620 struct sk_buff *tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb,
624 static inline int tcf_qevent_init(struct tcf_qevent *qe, struct Qdisc *sch, in tcf_qevent_init() argument
632 static inline void tcf_qevent_destroy(struct tcf_qevent *qe, struct Qdisc *sch) in tcf_qevent_destroy() argument
643 tcf_qevent_handle(struct tcf_qevent *qe, struct Qdisc *sch, struct sk_buff *skb, in tcf_qevent_handle() argument

Completed in 19 milliseconds