Home
last modified time | relevance | path

Searched refs:th_win (Results 1 – 13 of 13) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Dtcpip.h98 #define ti_win ti_t.th_win
H A Dtcp.h121 unsigned short th_win; /* window */ member
H A Dtcp_input.c1970 th->th_seq, th->th_ack, th->th_win); in tcp_input()
2027 th->th_seq, th->th_ack, th->th_win); in tcp_input()
2128 NTOHS(th->th_win); in tcp_input()
2360 tiwin = th->th_win << tp->snd_scale; in tcp_input()
2362 tiwin = th->th_win; in tcp_input()
3213 th->th_seq, th->th_ack, th->th_win); in tcp_input()
3217 th->th_seq, th->th_ack, th->th_win); in tcp_input()
3604 tp->snd_wnd = th->th_win; /* initial send window */ in tcp_input()
4451 tp->snd_wnd = th->th_win << tp->snd_scale; in tcp_input()
5532 th->th_seq, th->th_ack, th->th_win); in tcp_input()
[all …]
H A Dip_compat.h548 __u16 th_win;
H A Dtcp_subr.c694 tcp_hdr->th_win = 0; in tcp_fillheaders()
868 nth->th_win = htons((u_short) (win >> tp->rcv_scale)); in tcp_respond()
870 nth->th_win = htons((u_short)win); in tcp_respond()
3954 th->th_win = htons((u_short) (win >> tp->rcv_scale)); in tcp_make_keepalive_frame()
H A Dtcp_output.c2540 th->th_win = htons((u_short) (recwin >> tp->rcv_scale)); in tcp_output()
2565 if (th->th_win == 0) { in tcp_output()
H A Dmptcp_opt.c1213 u_int32_t tiwin = th->th_win << tp->snd_scale; in mptcp_do_dss_opt_meat()
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c139 .th_win = 0xffff,
190 .th_win = 0xffff,
1122 memcmp(&stcp->th_win, &tcp->th_win, sizeof(stcp->th_win)) != 0) { in can_agg_slowpath()
1125 uint32_t, ntohl(tcp->th_ack), uint16_t, ntohs(stcp->th_win), in can_agg_slowpath()
1126 uint16_t, ntohs(tcp->th_win)); in can_agg_slowpath()
H A Dflow_classifier.c155 (offsetof(struct tcphdr, th_win) - in flow_pkt_classify()
H A Dflow_track.c838 th->th_win = 0; in flow_track_abort_tcp()
/xnu-8796.141.3/bsd/dev/dtrace/scripts/
H A Dtcp.d137 tcp_window = ntohs(T->th_win);
/xnu-8796.141.3/bsd/net/
H A Dpf_osfp.c154 fp.fp_wsize = ntohs(tcp->th_win); in pf_osfp_fingerprint_hdr()
H A Dpf.c2742 th->th_win = htons(win); in pf_send_tcp()
5860 s->src.max_win = MAX(ntohs(th->th_win), 1); in pf_test_rule()
6984 u_int16_t win = ntohs(th->th_win); in pf_test_state_tcp()
7082 src->max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()
7098 dst->max_win = MAX(ntohs(th->th_win), 1); in pf_test_state_tcp()