Lines Matching refs:save_start
3154 tcp_seq save_start = th->th_seq; in tcp_do_segment() local
3204 tcp_seq temp = save_start; in tcp_do_segment()
3212 if ((tlen == 0) && (SEQ_LT(save_start, save_rnxt))) { in tcp_do_segment()
3217 tcp_update_sack_list(tp, save_start, in tcp_do_segment()
3218 save_start + save_tlen); in tcp_do_segment()
3221 (tp->sackblks[0].end == save_start)) { in tcp_do_segment()
3230 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3231 save_start + save_tlen); in tcp_do_segment()
3235 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3236 save_start + save_tlen); in tcp_do_segment()
3238 tcp_update_dsack_list(tp, save_start, in tcp_do_segment()
3239 save_start + tlen); in tcp_do_segment()