Lines Matching refs:save_start
3189 tcp_seq save_start = th->th_seq; in tcp_do_segment() local
3239 tcp_seq temp = save_start; in tcp_do_segment()
3247 if ((tlen == 0) && (SEQ_LT(save_start, save_rnxt))) { in tcp_do_segment()
3252 tcp_update_sack_list(tp, save_start, in tcp_do_segment()
3253 save_start + save_tlen); in tcp_do_segment()
3256 (tp->sackblks[0].end == save_start)) { in tcp_do_segment()
3265 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3266 save_start + save_tlen); in tcp_do_segment()
3270 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3271 save_start + save_tlen); in tcp_do_segment()
3273 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3274 save_start + tlen); in tcp_do_segment()