Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h32924 struct bpf_prog_info { struct
32925 __u32 type;
32926 __u32 id;
32927 __u8 tag[8];
32928 __u32 jited_prog_len;
32929 __u32 xlated_prog_len;
32930 __u64 jited_prog_insns;
32931 __u64 xlated_prog_insns;
32932 __u64 load_time;
32933 __u32 created_by_uid;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h42586 struct bpf_prog_info { struct
42587 __u32 type;
42588 __u32 id;
42589 __u8 tag[8];
42590 __u32 jited_prog_len;
42591 __u32 xlated_prog_len;
42592 __u64 jited_prog_insns;
42593 __u64 xlated_prog_insns;
42594 __u64 load_time;
42595 __u32 created_by_uid;
[all …]