Searched refs:snd_wl1 (Results 1 – 2 of 2) sorted by relevance
796 tp->snd_wl1 = ti->ti_seq - 1;1041 tp->snd_wl1 = ti->ti_seq - 1;1270 (SEQ_LT(tp->snd_wl1, ti->ti_seq) ||1271 (tp->snd_wl1 == ti->ti_seq && (SEQ_LT(tp->snd_wl2, ti->ti_ack) ||1278 tp->snd_wl1 = ti->ti_seq;
82 tcp_seq snd_wl1; /* window update seg seq number */ member