Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pskb_trim

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

Type:int

Parameter:

TypeParameterName
struct sk_buff *skb
unsigned intlen
2664  Return If len < len Then __pskb_trim(skb, len) Else 0