Searched refs:rc_first_appl (Results 1 – 2 of 2) sorted by relevance
443 struct rack_sendmap *rc_first_appl; /* Pointer to first app limited */ member
3352 if (rsm == rack->r_ctl.rc_first_appl) { in rack_free()3356 rack->r_ctl.rc_first_appl = NULL; in rack_free()3358 rack->r_ctl.rc_first_appl = tqhash_find(rack->r_ctl.tqh, rsm->r_nseq_appl); in rack_free()3498 if (rack->r_ctl.rc_first_appl && in rack_enough_for_measurement()3499 (SEQ_GEQ(th_ack, rack->r_ctl.rc_first_appl->r_end))) { in rack_enough_for_measurement()4137 rack->r_ctl.rc_end_appl = rack->r_ctl.rc_first_appl = rsm; in rack_exit_probertt()5207 if (rack->r_ctl.rc_first_appl && in rack_do_goodput_measurement()5210 (SEQ_GT(rack->r_ctl.rc_first_appl->r_start, th_ack)) && in rack_do_goodput_measurement()5211 ((rack->r_ctl.rc_first_appl->r_end - th_ack) > in rack_do_goodput_measurement()5228 if ((rack->r_ctl.rc_first_appl->r_end - th_ack) >= rack_get_measure_window(tp, rack)) { in rack_do_goodput_measurement()[all …]