MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bbr_get_bw

Function bbr_get_bw

freebsd/netinet/tcp_stacks/bbr.c:3023–3030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3021}
3022
3023static inline uint64_t
3024bbr_get_bw(struct tcp_bbr *bbr)
3025{
3026 uint64_t bw;
3027
3028 bw = __bbr_get_bw(bbr);
3029 return (bw);
3030}
3031
3032static inline void
3033bbr_reset_lt_bw_interval(struct tcp_bbr *bbr, uint32_t cts)

Callers 7

bbr_fill_in_logging_dataFunction · 0.85
bbr_get_pacing_delayFunction · 0.85
bbr_get_hardware_rateFunction · 0.85
tcp_bbr_tso_size_checkFunction · 0.85
bbr_substate_changeFunction · 0.85
bbr_get_a_state_targetFunction · 0.85
bbr_cwnd_limitingFunction · 0.85

Calls 1

__bbr_get_bwFunction · 0.85

Tested by

no test coverage detected