Searched defs:bpf_tcp_sock (Results 1 – 4 of 4) sorted by relevance
4190 struct bpf_tcp_sock { struct4191 __u32 snd_cwnd; /* Sending congestion window */4192 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */4193 __u32 rtt_min;4194 __u32 snd_ssthresh; /* Slow start size threshold */4195 __u32 rcv_nxt; /* What we want to receive next */4196 __u32 snd_nxt; /* Next sequence we send */4197 __u32 snd_una; /* First byte we want an ack for */4198 __u32 mss_cache; /* Cached effective mss, not including SACKS */4199 __u32 ecn_flags; /* ECN status bits. */[all …]
639 struct bpf_tcp_sock { struct640 __u32 snd_cwnd;641 __u32 srtt_us;642 __u32 rtt_min;643 __u32 snd_ssthresh;644 __u32 rcv_nxt;645 __u32 snd_nxt;646 __u32 snd_una;647 __u32 mss_cache;648 __u32 ecn_flags;[all …]
6369 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument