Searched defs:bpf_tcp_sock (Results 1 – 1 of 1) sorted by relevance
6356 struct bpf_tcp_sock { struct6357 __u32 snd_cwnd; /* Sending congestion window */6358 __u32 srtt_us; /* smoothed round trip time << 3 in usecs */6359 __u32 rtt_min;6360 __u32 snd_ssthresh; /* Slow start size threshold */6361 __u32 rcv_nxt; /* What we want to receive next */6362 __u32 snd_nxt; /* Next sequence we send */6363 __u32 snd_una; /* First byte we want an ack for */6364 __u32 mss_cache; /* Cached effective mss, not including SACKS */6365 __u32 ecn_flags; /* ECN status bits. */[all …]