Home
last modified time | relevance | path

Searched defs:bpf_iter_reg (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h27763 struct bpf_iter_reg { struct
27764 const char *target;
27765 bpf_iter_attach_target_t attach_target;
27766 bpf_iter_detach_target_t detach_target;
27767 bpf_iter_show_fdinfo_t show_fdinfo;
27768 bpf_iter_fill_link_info_t fill_link_info;
27769 bpf_iter_get_func_proto_t get_func_proto;
27770 u32 ctx_arg_info_size;
27771 u32 feature;
27772 struct bpf_ctx_arg_aux ctx_arg_info[2];
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h37687 struct bpf_iter_reg { struct
37688 const char *target;
37689 bpf_iter_attach_target_t attach_target;
37690 bpf_iter_detach_target_t detach_target;
37691 bpf_iter_show_fdinfo_t show_fdinfo;
37692 bpf_iter_fill_link_info_t fill_link_info;
37693 bpf_iter_get_func_proto_t get_func_proto;
37694 u32 ctx_arg_info_size;
37695 u32 feature;
37696 struct bpf_ctx_arg_aux ctx_arg_info[2];
[all …]