Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pskb_trim_unique - remove end from a paged unique (not cloned) buffer*@skb: buffer to alter*@len: new length* This is identical to pskb_trim except that the caller knows that* the skb is not cloned so we should never get an error due to out-* of-memory.
Proto:static inline void pskb_trim_unique(struct sk_buff *skb, unsigned int len)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
unsigned int | len |
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 |