max_win 203 net/if_pfsync.h (d)->max_win = htons((s)->max_win); \ max_win 220 net/if_pfsync.h (d)->max_win = ntohs((s)->max_win); \ max_win 1206 net/pf.c s->src.seqhi, s->src.max_win, s->src.seqdiff); max_win 1211 net/pf.c s->dst.seqhi, s->dst.max_win, s->dst.seqdiff); max_win 3318 net/pf.c s->src.max_win = MAX(ntohs(th->th_win), 1); max_win 3321 net/pf.c int win = s->src.max_win; max_win 3323 net/pf.c s->src.max_win = (win - 1) >> max_win 3329 net/pf.c s->dst.max_win = 1; max_win 3658 net/pf.c (*state)->src.max_win = MAX(ntohs(th->th_win), 1); max_win 3673 net/pf.c (*state)->dst.max_win = MAX(ntohs(th->th_win), 1); max_win 3678 net/pf.c TH_ACK, (*state)->src.max_win, 0, 0, 0, max_win 3683 net/pf.c TH_ACK, (*state)->dst.max_win, 0, 0, 1, max_win 3690 net/pf.c (*state)->dst.max_win; max_win 3692 net/pf.c (*state)->src.max_win; max_win 3753 net/pf.c dst->max_win <<= dst->wscale & max_win 3773 net/pf.c SEQ_GEQ(end + MAX(1, dst->max_win << dws), src->seqhi)) max_win 3774 net/pf.c src->seqhi = end + MAX(1, dst->max_win << dws); max_win 3775 net/pf.c if (win > src->max_win) max_win 3776 net/pf.c src->max_win = win; max_win 3838 net/pf.c SEQ_GEQ(seq, src->seqlo - (dst->max_win << dws)) && max_win 3855 net/pf.c if (src->max_win < win) max_win 3856 net/pf.c src->max_win = win; max_win 3952 net/pf.c if (src->max_win < win) max_win 3953 net/pf.c src->max_win = win; max_win 3987 net/pf.c src->max_win = 1; max_win 4001 net/pf.c SEQ_GEQ(seq, src->seqlo - (dst->max_win << dws)) ? max_win 4386 net/pf.c !SEQ_GEQ(seq, src->seqlo - (dst->max_win << dws))) { max_win 677 net/pfvar.h u_int16_t max_win; /* largest window (pre scaling) */ max_win 781 net/pfvar.h u_int16_t max_win; /* largest window (pre scaling) */ max_win 825 net/pfvar.h (d)->max_win = (s)->max_win; \ max_win 842 net/pfvar.h (d)->max_win = (s)->max_win; \