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