Searched defs:bbr_control (Results 1 – 1 of 1) sorted by relevance
521 struct bbr_control { struct525 struct bbr_head rc_map; /* List of all segments Lock(a) */526 struct bbr_head rc_tmap; /* List in transmit order Lock(a) */527 struct bbr_sendmap *rc_resend; /* something we have been asked to529 uint32_t rc_last_delay_val; /* How much we expect to delay Lock(a) */530 uint32_t rc_bbr_hptsi_gain:16, /* Current hptsi gain Lock(a) */531 rc_hpts_flags:16; /* flags on whats on the pacer wheel */533 uint32_t rc_delivered; /* BRR delivered amount Lock(a) */534 uint32_t rc_hptsi_agg_delay; /* How much time are we behind */536 uint32_t rc_flight_at_input;[all …]