Searched defs:bpf_prog_info (Results 1 – 2 of 2) sorted by relevance
6419 struct bpf_prog_info { struct6420 __u32 type;6421 __u32 id;6422 __u8 tag[BPF_TAG_SIZE];6423 __u32 jited_prog_len;6424 __u32 xlated_prog_len;6425 __aligned_u64 jited_prog_insns;6426 __aligned_u64 xlated_prog_insns;6427 __u64 load_time; /* ns since boottime */6428 __u32 created_by_uid;[all …]
6422 struct bpf_prog_info { struct6423 __u32 type;6424 __u32 id;6425 __u8 tag[BPF_TAG_SIZE];6426 __u32 jited_prog_len;6427 __u32 xlated_prog_len;6428 __aligned_u64 jited_prog_insns;6429 __aligned_u64 xlated_prog_insns;6430 __u64 load_time; /* ns since boottime */6431 __u32 created_by_uid;[all …]