Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__skb_queue_head_init - initialize non-spinlock portions of sk_buff_head*@list: queue to initialize* This initializes only the list and queue length aspects of* an sk_buff_head object
Proto:static inline void __skb_queue_head_init(struct sk_buff_head *list)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff_head * | list |
1829 | prev = These two members must be first. = list |
1830 | qlen = 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |