Searched refs:tiwin (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c168 int ti_locked, u_long tiwin)
192 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
194 if (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) {
198 tp->snd_wnd = tiwin;
339 int ti_locked, u_long tiwin)
443 int ti_locked, u_long tiwin, int thflags)
911 tp->snd_wnd = tiwin;
972 if (tlen == 0 && tiwin == tp->snd_wnd) {
1364 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
1367 tp->snd_wl2 == th->th_ack && tiwin > t
166 tcp_do_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
337 tcp_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
441 tcp_do_slowpath(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin, int thflags) argument
1690 u_long tiwin; local
1944 tcp_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, int ti_locked, u_long tiwin) argument
2165 u_long tiwin; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c1558 u_long tiwin; local
1646 tiwin = th->th_win << tp->snd_scale;
1780 tiwin && tiwin == tp->snd_wnd &&
2435 tp->snd_wnd = tiwin;
2464 tp->snd_wnd = tiwin;
2549 (tiwin == tp->snd_wnd ||
2973 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
2976 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
2978 tp->snd_wnd = tiwin;
[all...]

Completed in 74 milliseconds