Searched refs:th_win (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcpip.h97 #define ti_win ti_t.th_win
H A Dtcp.h105 unsigned short th_win; /* window */ member in struct:tcphdr
H A Dtcp_input.c1206 th->th_seq, th->th_ack, th->th_win);
1321 th->th_seq, th->th_ack, th->th_win);
1431 NTOHS(th->th_win);
1645 tiwin = th->th_win << tp->snd_scale;
1647 tiwin = th->th_win;
2131 tp->snd_wnd = th->th_win << tp->snd_scale;
2436 th->th_seq, th->th_ack, th->th_win);
2443 th->th_seq, th->th_ack, th->th_win);
2652 tp->snd_wnd = th->th_win; /* initial send window */
3146 tp->snd_wnd = th->th_win << t
[all...]
H A Dtcp_lro.c291 flow->lr_tcphdr->th_win = tcphdr->th_win;
H A Dip_compat.h546 __u16 th_win;
H A Dtcp_subr.c529 tcp_hdr->th_win = 0;
717 nth->th_win = htons((u_short) (win >> tp->rcv_scale));
719 nth->th_win = htons((u_short)win);
H A Dtcp_output.c1551 th->th_win = htons((u_short) (recwin>>tp->rcv_scale));
1561 if (th->th_win == 0)
H A Dip_fw2.c2481 L3HDR(struct tcphdr,ip)->th_win);
/darwin-on-arm/xnu/bsd/net/
H A Dpf_osfp.c157 fp.fp_wsize = ntohs(tcp->th_win);
555 /* We do a few MSS/th_win percolations to make things unique */
H A Dpf.c2471 th->th_win = htons(win);
4839 s->src.max_win = MAX(ntohs(th->th_win), 1);
5797 u_int16_t win = ntohs(th->th_win);
5875 (*state)->src.max_win = MAX(ntohs(th->th_win), 1);
5890 (*state)->dst.max_win = MAX(ntohs(th->th_win), 1);

Completed in 161 milliseconds