Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Insert an sk_buff on a list.* The "__skb_xxxx()" functions are the non-atomic ones that* can only be called with interrupts disabled.
Proto:static inline void __skb_insert(struct sk_buff *newsk, struct sk_buff *prev, struct sk_buff *next, struct sk_buff_head *list)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | newsk | |
struct sk_buff * | prev | |
struct sk_buff * | next | |
struct sk_buff_head * | list |
1868 | WRITE_ONCE(prev, prev) |
1869 | WRITE_ONCE(prev, newsk) |
1871 | qlen++ |
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 |