Struct redbpf_probes::bindings::fqdir[][src]

#[repr(C)]
#[repr(align(64))]
pub struct fqdir { pub high_thresh: c_long, pub low_thresh: c_long, pub timeout: c_int, pub max_dist: c_int, pub f: *mut inet_frags, pub net: *mut net, pub dead: bool_, pub __bindgen_padding_0: [u64; 2], pub rhashtable: rhashtable, pub __bindgen_padding_1: [u64; 7], pub mem: atomic_long_t, pub destroy_work: work_struct, }

Fields

high_thresh: c_longlow_thresh: c_longtimeout: c_intmax_dist: c_intf: *mut inet_fragsnet: *mut netdead: bool___bindgen_padding_0: [u64; 2]rhashtable: rhashtable__bindgen_padding_1: [u64; 7]mem: atomic_long_tdestroy_work: work_struct

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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.