[−][src]Struct libbpf_sys::bpf_tcp_sock
Fields
snd_cwnd: __u32srtt_us: __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: __u32bytes_received: __u64bytes_acked: __u64dsack_dups: __u32delivered: __u32delivered_ce: __u32icsk_retransmits: __u32Trait Implementations
impl Clone for bpf_tcp_sock[src]
pub fn clone(&self) -> bpf_tcp_sock[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for bpf_tcp_sock[src]
impl Debug for bpf_tcp_sock[src]
impl Default for bpf_tcp_sock[src]
pub fn default() -> bpf_tcp_sock[src]
Auto Trait Implementations
impl RefUnwindSafe for bpf_tcp_sock[src]
impl Send for bpf_tcp_sock[src]
impl Sync for bpf_tcp_sock[src]
impl Unpin for bpf_tcp_sock[src]
impl UnwindSafe for bpf_tcp_sock[src]
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>,