Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dbpf.h4363 struct bpf_prog_info { struct
4364 __u32 type;
4365 __u32 id;
4366 __u8 tag[BPF_TAG_SIZE];
4367 __u32 jited_prog_len;
4368 __u32 xlated_prog_len;
4369 __aligned_u64 jited_prog_insns;
4370 __aligned_u64 xlated_prog_insns;
4371 __u64 load_time; /* ns since boottime */
4372 __u32 created_by_uid;
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbpf.h4363 struct bpf_prog_info { struct
4364 __u32 type;
4365 __u32 id;
4366 __u8 tag[BPF_TAG_SIZE];
4367 __u32 jited_prog_len;
4368 __u32 xlated_prog_len;
4369 __aligned_u64 jited_prog_insns;
4370 __aligned_u64 xlated_prog_insns;
4371 __u64 load_time; /* ns since boottime */
4372 __u32 created_by_uid;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbpf.h743 struct bpf_prog_info { struct
744 __u32 type;
745 __u32 id;
746 __u8 tag[BPF_TAG_SIZE];
747 __u32 jited_prog_len;
748 __u32 xlated_prog_len;
749 __aligned_u64 jited_prog_insns;
750 __aligned_u64 xlated_prog_insns;
751 __u64 load_time;
752 __u32 created_by_uid;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbpf.h527 struct bpf_prog_info { struct
528 __u32 type;
529 __u32 id;
530 __u8 tag[BPF_TAG_SIZE];
531 __u32 jited_prog_len;
532 __u32 xlated_prog_len;
533 __aligned_u64 jited_prog_insns;
534 __aligned_u64 xlated_prog_insns;
535 __u64 load_time;
536 __u32 created_by_uid;
[all …]