Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_subr.c1984 u_long ibw; in tcp_xmit_bandwidth_limit() local
2036 ibw = (int64_t)(ack_seq - tp->t_bw_rtseq) * hz / delta_ticks; in tcp_xmit_bandwidth_limit()
2039 bw = ((int64_t)tp->snd_bandwidth * 15 + ibw) >> 4; in tcp_xmit_bandwidth_limit()
2089 tp, ibw, bw, tp->t_rttvar, tp->t_srtt, in tcp_xmit_bandwidth_limit()