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

Function bbr_get_full_bw

freebsd/netinet/tcp_stacks/bbr.c:2852–2860  ·  view source on GitHub ↗

* Returns the bw from the our filter. */

Source from the content-addressed store, hash-verified

2850 * Returns the bw from the our filter.
2851 */
2852static inline uint64_t
2853bbr_get_full_bw(struct tcp_bbr *bbr)
2854{
2855 uint64_t bw;
2856
2857 bw = get_filter_value(&bbr->r_ctl.rc_delrate);
2858
2859 return (bw);
2860}
2861
2862static inline void
2863bbr_set_pktepoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line)

Callers 3

bbr_get_raw_target_cwndFunction · 0.85
bbr_google_startupFunction · 0.85
bbr_state_startupFunction · 0.85

Calls 1

get_filter_valueFunction · 0.85

Tested by

no test coverage detected