Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\offload.c Create Date:2022-07-28 13:25:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bpf_prog_warn_on_exec

Proto:static unsigned int bpf_prog_warn_on_exec(const void *ctx, const struct bpf_insn *insn)

Type:unsigned int

Parameter:

TypeParameterName
const void *ctx
const struct bpf_insn *insn
252  WARN(1, "attempt to execute device eBPF program on the host!")
253  Return 0