Searched refs:prr_delivered (Results 1 – 3 of 3) sorted by relevance
2595 tp->sackhint.prr_delivered += del_data; in tcp_do_segment()2600 snd_cnt = howmany((long)tp->sackhint.prr_delivered * in tcp_do_segment()2605 limit = tp->sackhint.prr_delivered - in tcp_do_segment()2608 limit = imax(tp->sackhint.prr_delivered - in tcp_do_segment()2681 tp->sackhint.prr_delivered = in tcp_do_segment()3941 tp->sackhint.prr_delivered += del_data; in tcp_prr_partialack()3949 snd_cnt = howmany((long)tp->sackhint.prr_delivered * in tcp_prr_partialack()3954 limit = tp->sackhint.prr_delivered - in tcp_prr_partialack()3957 limit = imax(tp->sackhint.prr_delivered - in tcp_prr_partialack()
117 uint32_t prr_delivered; /* Total bytes delivered using PRR */ member