Struct libbpf_sys::bpf_tcp_sock [−][src]
#[repr(C)]pub struct bpf_tcp_sock {}Show fields
pub snd_cwnd: __u32, pub srtt_us: __u32, pub rtt_min: __u32, pub snd_ssthresh: __u32, pub rcv_nxt: __u32, pub snd_nxt: __u32, pub snd_una: __u32, pub mss_cache: __u32, pub ecn_flags: __u32, pub rate_delivered: __u32, pub rate_interval_us: __u32, pub packets_out: __u32, pub retrans_out: __u32, pub total_retrans: __u32, pub segs_in: __u32, pub data_segs_in: __u32, pub segs_out: __u32, pub data_segs_out: __u32, pub lost_out: __u32, pub sacked_out: __u32, pub bytes_received: __u64, pub bytes_acked: __u64, pub dsack_dups: __u32, pub delivered: __u32, pub delivered_ce: __u32, pub icsk_retransmits: __u32,
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]
impl Clone for bpf_tcp_sock[src]fn clone(&self) -> bpf_tcp_sock[src]
fn clone(&self) -> bpf_tcp_sock[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for bpf_tcp_sock[src]
impl Debug for bpf_tcp_sock[src]impl Default for bpf_tcp_sock[src]
impl Default for bpf_tcp_sock[src]fn default() -> bpf_tcp_sock[src]
fn default() -> bpf_tcp_sock[src]Returns the “default value” for a type. Read more
impl Copy for bpf_tcp_sock[src]
Auto Trait Implementations
impl RefUnwindSafe for bpf_tcp_sock
impl Send for bpf_tcp_sock
impl Sync for bpf_tcp_sock
impl Unpin for bpf_tcp_sock
impl UnwindSafe for bpf_tcp_sock
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more