Searched defs:bpf_prog_info (Results 1 – 2 of 2) sorted by relevance
6424 struct bpf_prog_info { struct6425 __u32 type;6426 __u32 id;6427 __u8 tag[BPF_TAG_SIZE];6428 __u32 jited_prog_len;6429 __u32 xlated_prog_len;6430 __aligned_u64 jited_prog_insns;6431 __aligned_u64 xlated_prog_insns;6432 __u64 load_time; /* ns since boottime */6433 __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 …]