Lines Matching refs:snd_wl1
12238 (SEQ_LT(tp->snd_wl1, th->th_seq) || in rack_process_data()
12239 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data()
12247 tp->snd_wl1 = th->th_seq; in rack_process_data()
12256 tp->snd_wl1 = th->th_seq; in rack_process_data()
12594 tp->snd_wl1 = th->th_seq; in rack_do_fastnewdata()
12694 tp->snd_wl1 = th->th_seq; in rack_fastack()
13013 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_sent()
13236 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_recv()
15293 if ((SEQ_LT(tp->snd_wl1, seq) || in rack_do_win_updates()
15294 (tp->snd_wl1 == seq && (SEQ_LT(tp->snd_wl2, ack) || in rack_do_win_updates()
15301 tp->snd_wl1 = seq; in rack_do_win_updates()
15309 tp->snd_wl1 = seq; in rack_do_win_updates()
15748 win_seq = tp->snd_wl1; in rack_do_compressed_ack_processing()