Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:allocate a network buffer
Proto:static inline struct sk_buff *alloc_skb(unsigned int size, gfp_t priority)
Type:struct sk_buff
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | size | |
gfp_t | priority |
1049 | Return __alloc_skb(size, priority, 0, NUMA_NO_NODE) |
Name | Describe |
---|---|
alloc_uevent_skb | |
populate_skb | |
build_test_skb_linear_no_head_frag | |
test_blackholedev_init | |
do_mq_notify | Notes: the case when user wants us to deregister (with NULL as pointer)* and he isn't currently owner of notification, will be silently discarded.* It isn't explicitly defined in the POSIX. |
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 |