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:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__qdisc_enqueue_tail

Proto:static inline void __qdisc_enqueue_tail(struct sk_buff *skb, struct qdisc_skb_head *qh)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
struct qdisc_skb_head *qh
971  last = tail
973  If last Then
974  These two members must be first. = NULL
975  These two members must be first. = skb
976  tail = skb
977  Else
978  tail = skb
979  head = skb
981  qlen++