函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__skb_queue_head - queue a buffer at the list head*@list: list to use*@newsk: buffer to queue* Queue a buffer at the start of a list. This function takes no locks* and you must therefore hold required locks before calling it.

函数原型:static inline void __skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk)

返回类型:void

参数:

类型参数名称
struct sk_buff_head *list
struct sk_buff *newsk
1992  __skb_queue_after - queue a buffer at the list head*@list: list to use*@prev: place after this buffer*@newsk: buffer to queue* Queue a buffer int the middle of a list. This function takes no locks
调用者
名称描述
qdisc_peek_dequeuedgeneric pseudo peek method for non-work-conserving qdisc