Home
last modified time | relevance | path

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

/NextBSD/sys/net/altq/
HDaltq_fairq.c651 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_addq()
732 b->bw_bytes += m->m_pkthdr.len; in fairq_getq()
735 b->bw_bytes -= b->bw_bytes >> 3; in fairq_getq()
823 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_selectq()
HDaltq_fairq.h91 uint64_t bw_bytes; /* statistics used to calculate bw */ member
/NextBSD/sys/netinet/
HDsctp_cc_functions.c624 bytes_for_this_rtt = net->cc_mod.rtcc.bw_bytes - net->cc_mod.rtcc.bw_bytes_at_last_rttc; in cc_bw_limit()
625 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in cc_bw_limit()
792 nbw = net->cc_mod.rtcc.bw_bytes / (net->cc_mod.rtcc.new_tot_time / 1000); in sctp_cwnd_update_after_sack_common()
794 nbw = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
820 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
1323 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
1365 net->cc_mod.rtcc.bw_bytes = 0; in sctp_cwnd_new_rtcc_transmission_begins()
1429 net->cc_mod.rtcc.bw_bytes = 0; in sctp_set_rtcc_initial_cc_param()
HDsctp_structs.h228 uint64_t bw_bytes; /* The total bytes since this sending began */ member