Function report |
Source Code:include\net\sch_generic.h |
Create Date:2022-07-28 06:07:41 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:se instead of qdisc->dequeue() for all qdiscs queried with ->peek()
Proto:static inline struct sk_buff *qdisc_dequeue_peeked(struct Qdisc *sch)
Type:struct sk_buff
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct Qdisc * | sch |
| 1129 | If skb Then |
| 1131 | If qdisc_is_percpu_stats(sch) Then |
| 1132 | qdisc_qstats_cpu_backlog_dec(sch, skb) |
| 1133 | qdisc_qstats_cpu_qlen_dec(sch) |
| 1134 | Else |
| 1135 | qdisc_qstats_backlog_dec(sch, skb) |
| 1136 | qlen-- |
| 1138 | Else |
| 1142 | Return skb |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |