Struct libbpf_sys::bpf_xfrm_state [−][src]
#[repr(C)]pub struct bpf_xfrm_state { pub reqid: __u32, pub spi: __u32, pub family: __u16, pub ext: __u16, pub __bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1, }
Fields
reqid: __u32spi: __u32family: __u16ext: __u16__bindgen_anon_1: bpf_xfrm_state__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_xfrm_stateimpl Send for bpf_xfrm_stateimpl Sync for bpf_xfrm_stateimpl Unpin for bpf_xfrm_stateimpl UnwindSafe for bpf_xfrm_stateBlanket Implementations
Mutably borrows from an owned value. Read more