函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bpf.h Create Date:2022-07-27 06:54:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:bpf_prog_is_dev_bound

函数原型:static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux)

返回类型:bool

参数:

类型参数名称
struct bpf_prog_aux *aux
1137  返回:false
调用者
名称描述
bpf_prog_select_runtimepf_prog_select_runtime - select exec runtime for BPF program*@fp: bpf_prog populated with internal BPF program*@err: pointer to error variable* Try to JIT eBPF program, if JIT is not available, use interpreter.
bpf_prog_free_deferred
find_prog_type
bpf_prog_get_ok
bpf_prog_load
bpf_prog_get_info_by_fd
do_check
check_map_prog_compatibility
verifier_remove_insns
opt_hard_wire_dead_code_branches
convert_ctx_accessesvert load instructions that access fields of a context type into a* sequence of instructions that access fields of the underlying structure:* struct __sk_buff -> struct sk_buff* struct bpf_sock_ops -> struct sock
fixup_call_args
bpf_check
__bpf_offload_dev_match