Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__skb_put_padto - increase size and pad an skbuff up to a minimal size*@skb: buffer to pad*@len: minimal length*@free_on_error: free buffer on error* Pads up a buffer to ensure the trailing bytes exist and are* blanked
Proto:static inline int __skb_put_padto(struct sk_buff *skb, unsigned int len, bool free_on_error)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
unsigned int | len | |
bool | free_on_error |
3191 | If Value for the false possibility is greater at compile time(size < len) Then |
3193 | If __skb_pad(skb, len, free_on_error) Then Return -ENOMEM |
3197 | Return 0 |
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 |