Function report |
Source Code:include\linux\netlink.h |
Create Date:2022-07-28 06:02:11 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:netlink_skb_clone
Proto:static inline struct sk_buff *netlink_skb_clone(struct sk_buff *skb, gfp_t gfp_mask)
Type:struct sk_buff
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct sk_buff * | skb | |
| gfp_t | gfp_mask |
| 154 | nskb = duplicate an sk_buff |
| 155 | If Not nskb Then Return NULL |
| 159 | If Determine if an address is within the vmalloc range* On nommu, vmalloc/vfree wrap through kmalloc/kfree directly, so there* is no special casing required. Then destructor = destructor |
| 162 | Return nskb |
| 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 |