Searched defs:bbr_sendmap (Results 1 – 1 of 1) sorted by relevance
62 struct bbr_sendmap { struct65 uint32_t r_start; /* Sequence number of the segment */66 uint32_t r_end; /* End seq, this is 1 beyond actually */69 uint32_t r_delivered; /* Delivered amount at send */71 uint32_t r_del_time; /* The time of the last delivery update */74 unused_bit:1,75 r_is_drain:1, /* In a draining cycle */76 r_app_limited:1,/* We went app limited */78 uint8_t r_dupack; /* Dup ack count */81 r_is_gain:1, /* Was in gain cycle */[all …]