Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__skb_pull

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

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
unsigned intlen
2256  len -= len
2257  BUG_ON(len < data_len)
2258  Return data += len
Caller
NameDescribe
build_test_skb_linear_no_head_frag
__cgroup_bpf_run_filter_skb__cgroup_bpf_run_filter_skb() - Run a program for packet filtering*@sk: The socket sending or receiving traffic*@skb: The skb that is being sent or received*@type: The type of program to be exectuted* If no socket is passed, or the socket is not of type