函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:qdisc_drop

函数原型:static inline int qdisc_drop(struct sk_buff *skb, struct Qdisc *sch, struct sk_buff **to_free)

返回类型:int

参数:

类型参数名称
struct sk_buff *skb
struct Qdisc *sch
struct sk_buff **to_free
1200  Instead of calling kfree_skb() while root qdisc lock is held,* queue the skb for future freeing at end of __dev_xmit_skb()
1201  qdisc_qstats_drop(sch)
1203  返回:skb dropped