Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:26 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__skb_dequeue - remove from the head of the queue*@list: list to dequeue from* Remove the head of the list. This function does not take any locks* so must be used with appropriate locks held only. The head item is* returned or %NULL if the list is empty.
Proto:static inline struct sk_buff *__skb_dequeue(struct sk_buff_head *list)
Type:struct sk_buff
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sk_buff_head * | list |
| 2041 | If skb Then __skb_unlink(skb, list) |
| 2043 | Return skb |
| Name | Describe |
|---|---|
| audit_send_list |
| 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 |