Lines Matching defs:bpf_prog_info
2472 struct bpf_prog_info { struct
2473 __u32 type;
2474 __u32 id;
2475 __u8 tag[BPF_TAG_SIZE];
2476 __u32 jited_prog_len;
2477 __u32 xlated_prog_len;
2478 __aligned_u64 jited_prog_insns;
2479 __aligned_u64 xlated_prog_insns;
2480 __u64 load_time; /* ns since boottime */
2481 __u32 created_by_uid;
2482 __u32 nr_map_ids;
2483 __aligned_u64 map_ids;
2484 char name[BPF_OBJ_NAME_LEN];
2485 __u32 ifindex;
2486 __u32 gpl_compatible:1;
2487 __u64 netns_dev;
2488 __u64 netns_ino;
2489 __u32 nr_jited_ksyms;
2490 __u32 nr_jited_func_lens;
2491 __aligned_u64 jited_ksyms;
2492 __aligned_u64 jited_func_lens;