Home
last modified time | relevance | path

Searched refs:bw_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/net/altq/
H A Daltq_fairq.c650 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_addq()
731 b->bw_bytes += m->m_pkthdr.len; in fairq_getq()
734 b->bw_bytes -= b->bw_bytes >> 3; in fairq_getq()
822 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_selectq()
H A Daltq_fairq.h97 uint64_t bw_bytes; /* statistics used to calculate bw */ member
/freebsd-12.1/sys/netinet/
H A Dsctp_cc_functions.c627 bytes_for_this_rtt = net->cc_mod.rtcc.bw_bytes - net->cc_mod.rtcc.bw_bytes_at_last_rttc; in cc_bw_limit()
628 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in cc_bw_limit()
795 nbw = net->cc_mod.rtcc.bw_bytes / (net->cc_mod.rtcc.new_tot_time / 1000); in sctp_cwnd_update_after_sack_common()
797 nbw = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
823 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
1327 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
1369 net->cc_mod.rtcc.bw_bytes = 0; in sctp_cwnd_new_rtcc_transmission_begins()
1433 net->cc_mod.rtcc.bw_bytes = 0; in sctp_set_rtcc_initial_cc_param()
H A Dsctp_structs.h230 uint64_t bw_bytes; /* The total bytes since this sending began */ member