Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_fairq.c649 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_addq()
730 b->bw_bytes += m->m_pkthdr.len; in fairq_getq()
733 b->bw_bytes -= b->bw_bytes >> 3; in fairq_getq()
821 bw = b->bw_bytes * machclk_freq / b->bw_delta; in fairq_selectq()
H A Daltq_fairq.h96 uint64_t bw_bytes; /* statistics used to calculate bw */ member
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c628 bytes_for_this_rtt = net->cc_mod.rtcc.bw_bytes - net->cc_mod.rtcc.bw_bytes_at_last_rttc; in cc_bw_limit()
629 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in cc_bw_limit()
793 nbw = net->cc_mod.rtcc.bw_bytes / (net->cc_mod.rtcc.new_tot_time / 1000); in sctp_cwnd_update_after_sack_common()
795 nbw = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
821 net->cc_mod.rtcc.bw_bytes_at_last_rttc = net->cc_mod.rtcc.bw_bytes; in sctp_cwnd_update_after_sack_common()
1321 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
1363 net->cc_mod.rtcc.bw_bytes = 0; in sctp_cwnd_new_rtcc_transmission_begins()
1427 net->cc_mod.rtcc.bw_bytes = 0; in sctp_set_rtcc_initial_cc_param()
H A Dsctp_structs.h241 uint64_t bw_bytes; /* The total bytes since this sending began */ member