函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\sch_generic.h Create Date:2022-07-27 07:05:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__qdisc_queue_drop_head

函数原型:static inline unsigned int __qdisc_queue_drop_head(struct Qdisc *sch, struct qdisc_skb_head *qh, struct sk_buff **to_free)

返回类型:unsigned int

参数:

类型参数名称
struct Qdisc *sch
struct qdisc_skb_head *qh
struct sk_buff **to_free
1052  skb等于__qdisc_dequeue_head(qh)
1054  如果此条件成立可能性大(为编译器优化)(skb != NULL)则
1055  len等于qdisc_pkt_len(skb)
1057  qdisc_qstats_backlog_dec(sch, skb)
1058  Instead of calling kfree_skb() while root qdisc lock is held,* queue the skb for future freeing at end of __dev_xmit_skb()
1059  返回:len
1062  返回:0
调用者
名称描述
qdisc_queue_drop_head