[−][src]Struct bcc_sys::bccapi::bpf_sock_ops
Fields
op: __u32__bindgen_anon_1: bpf_sock_ops__bindgen_ty_1family: __u32remote_ip4: __u32local_ip4: __u32remote_ip6: [__u32; 4]local_ip6: [__u32; 4]remote_port: __u32local_port: __u32is_fullsock: __u32snd_cwnd: __u32srtt_us: __u32bpf_sock_ops_cb_flags: __u32state: __u32rtt_min: __u32snd_ssthresh: __u32rcv_nxt: __u32snd_nxt: __u32snd_una: __u32mss_cache: __u32ecn_flags: __u32rate_delivered: __u32rate_interval_us: __u32packets_out: __u32retrans_out: __u32total_retrans: __u32segs_in: __u32data_segs_in: __u32segs_out: __u32data_segs_out: __u32lost_out: __u32sacked_out: __u32sk_txhash: __u32bytes_received: __u64bytes_acked: __u64__bindgen_anon_2: bpf_sock_ops__bindgen_ty_2Trait Implementations
impl Clone for bpf_sock_ops[src]
fn clone(&self) -> bpf_sock_ops[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for bpf_sock_ops[src]
impl Debug for bpf_sock_ops[src]
impl Default for bpf_sock_ops[src]
Auto Trait Implementations
impl RefUnwindSafe for bpf_sock_ops
impl !Send for bpf_sock_ops
impl !Sync for bpf_sock_ops
impl Unpin for bpf_sock_ops
impl UnwindSafe for bpf_sock_ops
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,