Function report |
Source Code:include\linux\bpf.h |
Create Date:2022-07-28 05:54:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_prog_is_dev_bound
Proto:static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_prog_aux * | aux |
1137 | Return false |
Name | Describe |
---|---|
bpf_prog_select_runtime | pf_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_accesses | vert 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |