Searched defs:bpf_prog_info (Results 1 – 4 of 4) sorted by relevance
4363 struct bpf_prog_info { struct4364 __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 …]
2631 struct bpf_prog_info { struct2632 __u32 type;2633 __u32 id;2634 __u8 tag[BPF_TAG_SIZE];2635 __u32 jited_prog_len;2636 __u32 xlated_prog_len;2637 __aligned_u64 jited_prog_insns;2638 __aligned_u64 xlated_prog_insns;2639 __u64 load_time; /* ns since boottime */2640 __u32 created_by_uid;[all …]