Searched defs:bpf_prog_info (Results 1 – 6 of 6) sorted by relevance
4362 struct bpf_prog_info { struct4363 __u32 type;4364 __u32 id;4365 __u8 tag[BPF_TAG_SIZE];4366 __u32 jited_prog_len;4367 __u32 xlated_prog_len;4368 __aligned_u64 jited_prog_insns;4369 __aligned_u64 xlated_prog_insns;4370 __u64 load_time; /* ns since boottime */4371 __u32 created_by_uid;[all …]
743 struct bpf_prog_info { struct744 __u32 type;745 __u32 id;746 __u8 tag[BPF_TAG_SIZE];747 __u32 jited_prog_len;748 __u32 xlated_prog_len;749 __aligned_u64 jited_prog_insns;750 __aligned_u64 xlated_prog_insns;751 __u64 load_time;752 __u32 created_by_uid;[all …]
527 struct bpf_prog_info { struct528 __u32 type;529 __u32 id;530 __u8 tag[BPF_TAG_SIZE];531 __u32 jited_prog_len;532 __u32 xlated_prog_len;533 __aligned_u64 jited_prog_insns;534 __aligned_u64 xlated_prog_insns;535 __u64 load_time;536 __u32 created_by_uid;[all …]
2473 struct bpf_prog_info { struct2474 __u32 type;2475 __u32 id;2476 __u8 tag[BPF_TAG_SIZE];2477 __u32 jited_prog_len;2478 __u32 xlated_prog_len;2479 __aligned_u64 jited_prog_insns;2480 __aligned_u64 xlated_prog_insns;2481 __u64 load_time; /* ns since boottime */2482 __u32 created_by_uid;[all …]
2475 struct bpf_prog_info { struct2476 __u32 type;2477 __u32 id;2478 __u8 tag[BPF_TAG_SIZE];2479 __u32 jited_prog_len;2480 __u32 xlated_prog_len;2481 __aligned_u64 jited_prog_insns;2482 __aligned_u64 xlated_prog_insns;2483 __u64 load_time; /* ns since boottime */2484 __u32 created_by_uid;[all …]