Searched defs:bpf_tcp_sock (Results 1 – 1 of 1) sorted by relevance
4376 struct bpf_tcp_sock { struct4377 __u32 snd_cwnd; /* Sending congestion window */4378 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */4379 __u32 rtt_min;4380 __u32 snd_ssthresh; /* Slow start size threshold */4381 __u32 rcv_nxt; /* What we want to receive next */4382 __u32 snd_nxt; /* Next sequence we send */4383 __u32 snd_una; /* First byte we want an ack for */4384 __u32 mss_cache; /* Cached effective mss, not including SACKS */4385 __u32 ecn_flags; /* ECN status bits. */[all …]