Struct bcc_sys::bccapi::__sk_buff[][src]

#[repr(C)]
pub struct __sk_buff { pub len: __u32, pub pkt_type: __u32, pub mark: __u32, pub queue_mapping: __u32, pub protocol: __u32, pub vlan_present: __u32, pub vlan_tci: __u32, pub vlan_proto: __u32, pub priority: __u32, pub ingress_ifindex: __u32, pub ifindex: __u32, pub tc_index: __u32, pub cb: [__u32; 5], pub hash: __u32, pub tc_classid: __u32, pub data: __u32, pub data_end: __u32, pub napi_id: __u32, pub family: __u32, pub remote_ip4: __u32, pub local_ip4: __u32, pub remote_ip6: [__u32; 4], pub local_ip6: [__u32; 4], pub remote_port: __u32, pub local_port: __u32, pub data_meta: __u32, }

Fields

Trait Implementations

impl Debug for __sk_buff
[src]

Formats the value using the given formatter. Read more

impl Default for __sk_buff
[src]

Returns the "default value" for a type. Read more

impl Copy for __sk_buff
[src]

impl Clone for __sk_buff
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for __sk_buff
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialOrd for __sk_buff
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for __sk_buff
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq for __sk_buff
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for __sk_buff
[src]

Auto Trait Implementations

impl Send for __sk_buff

impl Sync for __sk_buff