Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\sch_generic.h Create Date:2022-07-28 06:07:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:qdisc_drop_cpu

Proto:static inline int qdisc_drop_cpu(struct sk_buff *skb, struct Qdisc *sch, struct sk_buff **to_free)

Type:int

Parameter:

TypeParameterName
struct sk_buff *skb
struct Qdisc *sch
struct sk_buff **to_free
1191  Instead of calling kfree_skb() while root qdisc lock is held,* queue the skb for future freeing at end of __dev_xmit_skb()
1192  qdisc_qstats_cpu_drop(sch)
1194  Return skb dropped