Struct bpfdeploy_libbpf_sys::bpf_sock_ops
source · [−]#[repr(C)]pub struct bpf_sock_ops {Show 40 fields
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,
pub bpf_sock_ops_cb_flags: __u32,
pub state: __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 sk_txhash: __u32,
pub bytes_received: __u64,
pub bytes_acked: __u64,
pub __bindgen_anon_2: bpf_sock_ops__bindgen_ty_2,
pub __bindgen_anon_3: bpf_sock_ops__bindgen_ty_3,
pub __bindgen_anon_4: bpf_sock_ops__bindgen_ty_4,
pub skb_len: __u32,
pub skb_tcp_flags: __u32,
}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_2__bindgen_anon_3: bpf_sock_ops__bindgen_ty_3__bindgen_anon_4: bpf_sock_ops__bindgen_ty_4skb_len: __u32skb_tcp_flags: __u32Trait Implementations
sourceimpl Clone for bpf_sock_ops
impl Clone for bpf_sock_ops
sourcefn clone(&self) -> bpf_sock_ops
fn clone(&self) -> bpf_sock_ops
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for bpf_sock_ops
impl Default for bpf_sock_ops
impl Copy for bpf_sock_ops
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more