Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bpf_load_pointer

Proto:static inline void *bpf_load_pointer(const struct sk_buff *skb, int k, unsigned int size, void *buffer)

Type:void

Parameter:

TypeParameterName
const struct sk_buff *skb
intk
unsigned intsize
void *buffer
1190  If k >= 0 Then Return skb_header_pointer(skb, k, size, buffer)
1193  Return No hurry in this branch* Exported for the bpf jit load helper.