Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:25 |
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_tail - queue a buffer at the list tail*@list: list to use*@newsk: buffer to queue* Queue a buffer at the end of a list. This function takes no locks* and you must therefore hold required locks before calling it.
Proto:static inline void __skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff_head * | list | |
struct sk_buff * | newsk |
2009 | __skb_queue_before(list, (structsk_buff * )list, newsk) |
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 |