Struct nc::types::bpf_prog_info_t[][src]

#[repr(C)]
pub struct bpf_prog_info_t {
Show 34 fields pub type_: u32, pub id: u32, pub tag: [u8; 8], pub jited_prog_len: u32, pub xlated_prog_len: u32, pub jited_prog_insns: u64, pub xlated_prog_insns: u64, pub load_time: u64, pub created_by_uid: u32, pub nr_map_ids: u32, pub map_ids: u64, pub name: [u8; 16], pub ifindex: u32, pub gpl_compatible: u8, pub netns_dev: u64, pub netns_ino: u64, pub nr_jited_ksyms: u32, pub nr_jited_func_lens: u32, pub jited_ksyms: u64, pub jited_func_lens: u64, pub btf_id: u32, pub func_info_rec_size: u32, pub func_info: u64, pub nr_func_info: u32, pub nr_line_info: u32, pub line_info: u64, pub jited_line_info: u64, pub nr_jited_line_info: u32, pub line_info_rec_size: u32, pub jited_line_info_rec_size: u32, pub nr_prog_tags: u32, pub prog_tags: u64, pub run_time_ns: u64, pub run_cnt: u64,
}

Fields

type_: u32id: u32tag: [u8; 8]jited_prog_len: u32xlated_prog_len: u32jited_prog_insns: u64xlated_prog_insns: u64load_time: u64

ns since boottime

created_by_uid: u32nr_map_ids: u32map_ids: u64name: [u8; 16]ifindex: u32gpl_compatible: u8netns_dev: u64netns_ino: u64nr_jited_ksyms: u32nr_jited_func_lens: u32jited_ksyms: u64jited_func_lens: u64btf_id: u32func_info_rec_size: u32func_info: u64nr_func_info: u32nr_line_info: u32line_info: u64jited_line_info: u64nr_jited_line_info: u32line_info_rec_size: u32jited_line_info_rec_size: u32nr_prog_tags: u32prog_tags: u64run_time_ns: u64run_cnt: u64

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.