Home
last modified time | relevance | path

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

/f-stack/freebsd/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.h97 uint64_t bw_bytes; /* statistics used to calculate bw */ member
/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c625 bytes_for_this_rtt = net->cc_mod.rtcc.bw_bytes - net->cc_mod.rtcc.bw_bytes_at_last_rttc; in cc_bw_limit()
626 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()
1320 net->cc_mod.rtcc.bw_bytes += tp1->send_size; in sctp_cwnd_update_rtcc_tsn_acknowledged()
1362 net->cc_mod.rtcc.bw_bytes = 0; in sctp_cwnd_new_rtcc_transmission_begins()
1426 net->cc_mod.rtcc.bw_bytes = 0; in sctp_set_rtcc_initial_cc_param()
H A Dsctp_structs.h224 uint64_t bw_bytes; /* The total bytes since this sending began */ member