| 524 | uint32_t cts, uint32_t usecs, uint64_t bw, uint32_t override, int mod); |
| 525 | |
| 526 | static inline uint8_t |
| 527 | bbr_state_val(struct tcp_bbr *bbr) |
| 528 | { |
| 529 | return(bbr->rc_bbr_substate); |
| 530 | } |
| 531 | |
| 532 | static inline uint32_t |
| 533 | get_min_cwnd(struct tcp_bbr *bbr) |
no outgoing calls
no test coverage detected