Lines Matching refs:save_start
8223 tcp_seq save_start = th->th_seq; in bbr_process_data() local
8302 tcp_seq temp = save_start; in bbr_process_data()
8315 if ((tlen == 0) && (SEQ_LT(save_start, save_rnxt))) { in bbr_process_data()
8320 tcp_update_sack_list(tp, save_start, in bbr_process_data()
8321 save_start + save_tlen); in bbr_process_data()
8324 (tp->sackblks[0].end == save_start)) { in bbr_process_data()
8333 tcp_update_dsack_list(tp, save_start, in bbr_process_data()
8334 save_start + save_tlen); in bbr_process_data()
8338 tcp_update_dsack_list(tp, save_start, in bbr_process_data()
8339 save_start + save_tlen); in bbr_process_data()
8341 tcp_update_dsack_list(tp, save_start, in bbr_process_data()
8342 save_start + tlen); in bbr_process_data()