Searched refs:new_tot_time (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dsctp_cc_functions.c792 if ((net->cc_mod.rtcc.new_tot_time / 1000) > 0) {
793 nbw = net->cc_mod.rtcc.bw_bytes / (net->cc_mod.rtcc.new_tot_time / 1000);
1338 net->cc_mod.rtcc.new_tot_time = (ltls.tv_sec * 1000000) + ltls.tv_usec;
H A Dsctp_structs.h230 uint64_t new_tot_time; /* temp holding the new value */ member in struct:rtcc_cc

Completed in 649 milliseconds