Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_orphan - orphan a buffer*@skb: buffer to orphan* If a buffer currently has an owner then we call the owner's* destructor function and make the @skb unowned. The buffer continues* to exist but is no longer charged to its former owner.
Proto:static inline void skb_orphan(struct sk_buff *skb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb |
2706 | If destructor Then |
2710 | Else |
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 |