Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-28 05:52:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__skb_put

Proto:static inline void *__skb_put(struct sk_buff *skb, unsigned int len)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
unsigned intlen
2192  tmp = skb_tail_pointer(skb)
2193  SKB_LINEAR_ASSERT(skb)
2194  These elements must be at the end, see alloc_skb() for details. += len
2195  len += len
2196  Return tmp
Caller
NameDescribe
test_blackholedev_init
cpu_map_build_skb