Lines Matching refs:save_start
3224 tcp_seq save_start = th->th_seq; in tcp_do_segment() local
3274 tcp_seq temp = save_start; in tcp_do_segment()
3282 if ((tlen == 0) && (SEQ_LT(save_start, save_rnxt))) { in tcp_do_segment()
3287 tcp_update_sack_list(tp, save_start, in tcp_do_segment()
3288 save_start + save_tlen); in tcp_do_segment()
3291 (tp->sackblks[0].end == save_start)) { in tcp_do_segment()
3300 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3301 save_start + save_tlen); in tcp_do_segment()
3305 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3306 save_start + save_tlen); in tcp_do_segment()
3308 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3309 save_start + tlen); in tcp_do_segment()