Struct bpf_sys::bpf_fib_lookup[][src]

#[repr(C)]
pub struct bpf_fib_lookup { pub family: __u8, pub l4_protocol: __u8, pub sport: __be16, pub dport: __be16, pub tot_len: __u16, pub ifindex: __u32, pub __bindgen_anon_1: bpf_fib_lookup__bindgen_ty_1, pub __bindgen_anon_2: bpf_fib_lookup__bindgen_ty_2, pub __bindgen_anon_3: bpf_fib_lookup__bindgen_ty_3, pub h_vlan_proto: __be16, pub h_vlan_TCI: __be16, pub smac: [__u8; 6], pub dmac: [__u8; 6], }

Fields

Trait Implementations

impl Copy for bpf_fib_lookup
[src]

impl Clone for bpf_fib_lookup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations