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

/xnu-2782.1.97/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.c1583 th->th_seq, th->th_ack, th->th_win);
1641 th->th_seq, th->th_ack, th->th_win);
1744 NTOHS(th->th_win);
1935 tiwin = th->th_win << tp->snd_scale;
1937 tiwin = th->th_win;
2668 th->th_seq, th->th_ack, th->th_win);
2675 th->th_seq, th->th_ack, th->th_win);
2921 tp->snd_wnd = th->th_win; /* initial send window */
3428 tp->snd_wnd = th->th_win << tp->snd_scale;
4264 th->th_seq, th->th_ack, th->th_win);
[all...]
H A Dtcp_lro.c291 flow->lr_tcphdr->th_win = tcphdr->th_win;
H A Dtcp_output.c1783 th->th_win = htons((u_short) (recwin>>tp->rcv_scale));
1793 if (th->th_win == 0)
2580 unsigned short winsz = ntohs(th->th_win);
2595 th->th_win = htons(scaled_win>>tp->rcv_scale);
H A Dip_compat.h546 __u16 th_win;
H A Dtcp_subr.c562 tcp_hdr->th_win = 0;
750 nth->th_win = htons((u_short) (win >> tp->rcv_scale));
752 nth->th_win = htons((u_short)win);
H A Dip_fw2.c2560 L3HDR(struct tcphdr,ip)->th_win);
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d137 tcp_window = ntohs(T->th_win);
/xnu-2782.1.97/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.c2503 th->th_win = htons(win);
4890 s->src.max_win = MAX(ntohs(th->th_win), 1);
5851 u_int16_t win = ntohs(th->th_win);
5929 (*state)->src.max_win = MAX(ntohs(th->th_win), 1);
5944 (*state)->dst.max_win = MAX(ntohs(th->th_win), 1);

Completed in 92 milliseconds