Searched refs:th_win (Results 1 – 14 of 14) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcpip.h | 98 #define ti_win ti_t.th_win
|
| H A D | tcp.h | 121 unsigned short th_win; /* window */ member
|
| H A D | tcp_input.c | 2849 th->th_seq, th->th_ack, th->th_win); in tcp_input() 2908 th->th_seq, th->th_ack, th->th_win); in tcp_input() 3012 NTOHS(th->th_win); in tcp_input() 3268 tiwin = th->th_win << tp->snd_scale; in tcp_input() 3270 tiwin = th->th_win; in tcp_input() 3989 th->th_seq, th->th_ack, th->th_win); in tcp_input() 3993 th->th_seq, th->th_ack, th->th_win); in tcp_input() 4167 tp->snd_wnd = th->th_win; /* initial send window */ in tcp_input() 4904 tp->snd_wnd = th->th_win << tp->snd_scale; in tcp_input() 6114 th->th_seq, th->th_ack, th->th_win); in tcp_input() [all …]
|
| H A D | ip_compat.h | 548 __u16 th_win;
|
| H A D | tcp_subr.c | 858 tcp_hdr->th_win = 0; in tcp_fillheaders() 1078 nth->th_win = htons((u_short) (win >> tp->rcv_scale)); in tcp_respond() 1080 nth->th_win = htons((u_short)win); in tcp_respond() 4950 th->th_win = htons((u_short) (win >> tp->rcv_scale)); in tcp_make_keepalive_frame()
|
| H A D | tcp_output.c | 2975 th->th_win = htons((u_short) (recwin >> tp->rcv_scale)); in tcp_output() 3000 if (th->th_win == 0) { in tcp_output()
|
| H A D | mptcp_opt.c | 1203 uint32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 148 .th_win = 0xffff, 199 .th_win = 0xffff, 1154 memcmp(&stcp->th_win, &tcp->th_win, sizeof(stcp->th_win)) != 0) { in can_agg_slowpath() 1157 uint32_t, ntohl(tcp->th_ack), uint16_t, ntohs(stcp->th_win), in can_agg_slowpath() 1158 uint16_t, ntohs(tcp->th_win)); in can_agg_slowpath()
|
| H A D | flow_classifier.c | 155 (offsetof(struct tcphdr, th_win) - in flow_pkt_classify()
|
| H A D | flow_track.c | 858 th->th_win = 0; in flow_track_abort_tcp()
|
| /xnu-12377.61.12/bsd/dev/dtrace/scripts/ |
| H A D | tcp.d | 137 tcp_window = ntohs(T->th_win);
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf_osfp.c | 157 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
|
| H A D | pf.c | 2783 th->th_win = htons(win); in pf_send_tcp() 5899 s->src.max_win = MAX(ntohs(th->th_win), 1); in pf_test_rule() 7023 u_int16_t win = ntohs(th->th_win); in pf_test_state_tcp() 7121 src->max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp() 7137 dst->max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_xfer.c | 497 ntohs(ip_tcp->tcp.th_win), in ip_frame_dump()
|