Searched refs:snd_wscale (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dsyncookies.c155 req->snd_wscale = req->rcv_wscale = req->tstamp_ok = 0;
H A Dtcp_minisocks.c764 newtp->snd_wscale = req->snd_wscale;
767 newtp->snd_wscale = newtp->rcv_wscale = 0;
770 newtp->snd_wnd = ntohs(skb->h.th->window) << newtp->snd_wscale;
H A Dtcp_input.c1874 u32 nwin = ntohs(skb->h.th->window) << tp->snd_wscale;
2038 tp->snd_wscale = *(__u8 *)ptr;
2039 if(tp->snd_wscale > 14) {
2043 tp->snd_wscale);
2044 tp->snd_wscale = 14;
2159 !tcp_may_update_window(tp, ack, seq, ntohs(th->window)<<tp->snd_wscale) &&
3527 tp->snd_wscale = tp->rcv_wscale = 0;
3552 if (tp->snd_wscale == 0)
3780 tp->snd_wnd = ntohs(th->window) << tp->snd_wscale;
H A Dtcp_diag.c152 info->tcpi_snd_wscale = tp->snd_wscale;
H A Dtcp.c2471 info.tcpi_snd_wscale = tp->snd_wscale;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h498 __u16 snd_wscale : 4, member in struct:open_request
686 tp->tstamp_ok = tp->sack_ok = tp->wscale_ok = tp->snd_wscale = 0;
938 __tcp_fast_path_on(tp, tp->snd_wnd>>tp->snd_wscale);
1651 req->snd_wscale = tp->snd_wscale;
H A Dsock.h354 __u8 snd_wscale; /* Window scaling received from sender */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h498 __u16 snd_wscale : 4, member in struct:open_request
687 tp->tstamp_ok = tp->sack_ok = tp->wscale_ok = tp->snd_wscale = 0;
939 __tcp_fast_path_on(tp, tp->snd_wnd>>tp->snd_wscale);
1652 req->snd_wscale = tp->snd_wscale;
H A Dsock.h406 __u8 snd_wscale; /* Window scaling received from sender */ member in struct:tcp_opt

Completed in 55 milliseconds