Struct libbpf_sys::bpf_fib_lookup [−][src]
#[repr(C)]pub struct bpf_fib_lookup {}Show fields
pub family: __u8, pub l4_protocol: __u8, pub sport: __be16, pub dport: __be16, pub __bindgen_anon_1: bpf_fib_lookup__bindgen_ty_1, pub ifindex: __u32, pub __bindgen_anon_2: bpf_fib_lookup__bindgen_ty_2, pub __bindgen_anon_3: bpf_fib_lookup__bindgen_ty_3, pub __bindgen_anon_4: bpf_fib_lookup__bindgen_ty_4, pub h_vlan_proto: __be16, pub h_vlan_TCI: __be16, pub smac: [__u8; 6], pub dmac: [__u8; 6],
Fields
family: __u8l4_protocol: __u8sport: __be16dport: __be16__bindgen_anon_1: bpf_fib_lookup__bindgen_ty_1ifindex: __u32__bindgen_anon_2: bpf_fib_lookup__bindgen_ty_2__bindgen_anon_3: bpf_fib_lookup__bindgen_ty_3__bindgen_anon_4: bpf_fib_lookup__bindgen_ty_4h_vlan_proto: __be16h_vlan_TCI: __be16smac: [__u8; 6]dmac: [__u8; 6]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bpf_fib_lookupimpl Send for bpf_fib_lookupimpl Sync for bpf_fib_lookupimpl Unpin for bpf_fib_lookupimpl UnwindSafe for bpf_fib_lookupBlanket Implementations
Mutably borrows from an owned value. Read more