Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_tailroom_reserve - adjust reserved_tailroom*@skb: buffer to alter*@mtu: maximum amount of headlen permitted*@needed_tailroom: minimum amount of reserved_tailroom* Set reserved_tailroom so that headlen can be as large as possible but* not larger than
Proto:static inline void skb_tailroom_reserve(struct sk_buff *skb, unsigned int mtu, unsigned int needed_tailroom)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
unsigned int | mtu | |
unsigned int | needed_tailroom |
2359 | SKB_LINEAR_ASSERT(skb) |
2363 | Else reserved_tailroom = needed_tailroom |
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 |