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