Searched defs:bpf_prog_info (Results 1 – 7 of 7) sorted by relevance
4390 struct bpf_prog_info { struct4391 __u32 type;4392 __u32 id;4393 __u8 tag[BPF_TAG_SIZE];4394 __u32 jited_prog_len;4395 __u32 xlated_prog_len;4396 __aligned_u64 jited_prog_insns;4397 __aligned_u64 xlated_prog_insns;4398 __u64 load_time; /* ns since boottime */4399 __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 …]
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 …]
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 …]