Searched refs:newlqr (Results 1 – 1 of 1) sorted by relevance
373 const struct lqrdata *newlqr) in lqr_Analyse() argument377 if (!newlqr->PeerInLQRs) /* No analysis possible yet! */ in lqr_Analyse()382 LQRs = (newlqr->LastOutLQRs - oldlqr->LastOutLQRs) - in lqr_Analyse()383 (newlqr->PeerInLQRs - oldlqr->PeerInLQRs); in lqr_Analyse()384 transitLQRs = hdlc->lqm.lqr.OutLQRs - newlqr->LastOutLQRs; in lqr_Analyse()385 pkts = (newlqr->LastOutPackets - oldlqr->LastOutPackets) - in lqr_Analyse()386 (newlqr->PeerInPackets - oldlqr->PeerInPackets); in lqr_Analyse()387 octets = (newlqr->LastOutOctets - oldlqr->LastOutOctets) - in lqr_Analyse()388 (newlqr->PeerInOctets - oldlqr->PeerInOctets); in lqr_Analyse()394 pkts = (newlqr->PeerOutPackets - oldlqr->PeerOutPackets) - in lqr_Analyse()[all …]