Searched defs:bbr_sendmap (Results 1 – 1 of 1) sorted by relevance
60 struct bbr_sendmap { struct63 uint32_t r_start; /* Sequence number of the segment */64 uint32_t r_end; /* End seq, this is 1 beyond actually */66 uint32_t r_rtr_bytes; /* How many bytes have been retransmitted */67 uint32_t r_delivered; /* Delivered amount at send */69 uint32_t r_del_time; /* The time of the last delivery update */70 uint8_t r_rtr_cnt:4, /* Retran count, index this -1 to get time72 r_rtt_not_allowed:1, /* No rtt measurement allowed */73 r_is_drain:1, /* In a draining cycle */74 r_app_limited:1,/* We went app limited */[all …]