Struct bcc_sys::bccapi::bpf_sock_ops [] [src]

#[repr(C)]
pub struct bpf_sock_ops { pub op: __u32, pub __bindgen_anon_1: bpf_sock_ops__bindgen_ty_1, 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 is_fullsock: __u32, pub snd_cwnd: __u32, pub srtt_us: __u32, }

Fields

Trait Implementations

impl Copy for bpf_sock_ops
[src]

impl Clone for bpf_sock_ops
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for bpf_sock_ops
[src]

[src]

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

impl Debug for bpf_sock_ops
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for bpf_sock_ops

impl Sync for bpf_sock_ops