Function report |
Source Code:include\net\sch_generic.h |
Create Date:2022-07-28 06:07:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:qdisc_dequeue_head
Proto:static inline struct sk_buff *qdisc_dequeue_head(struct Qdisc *sch)
Type:struct sk_buff
Parameter:
Type | Parameter | Name |
---|---|---|
struct Qdisc * | sch |
1019 | skb = __qdisc_dequeue_head( & q) |
1021 | If Value is more likely to compile time(skb != NULL) Then |
1022 | qdisc_qstats_backlog_dec(sch, skb) |
1023 | qdisc_bstats_update(sch, skb) |
1026 | 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 |