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_tail - remove from the tail of the queue*@list: list to dequeue from* Remove the tail of the list. This function does not take any locks* so must be used with appropriate locks held only. The tail item is
Proto:static inline struct sk_buff *__skb_dequeue_tail(struct sk_buff_head *list)
Type:struct sk_buff
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sk_buff_head * | list |
| 2058 | If skb Then __skb_unlink(skb, list) |
| 2060 | Return skb |
| 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 |