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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dsyncookies.c74 options = ireq->wscale_ok ? ireq->snd_wscale : 0xf;
229 * The lowest 4 bits store snd_wscale.
259 tcp_opt->snd_wscale = options & 0xf;
314 ireq->snd_wscale = tcp_opt.snd_wscale;
H A Dtcp_minisocks.c480 newtp->rx_opt.snd_wscale = ireq->snd_wscale;
483 newtp->rx_opt.snd_wscale = newtp->rx_opt.rcv_wscale = 0;
487 newtp->rx_opt.snd_wscale);
H A Dtcp_input.c3446 nwin <<= tp->rx_opt.snd_wscale;
3787 __u8 snd_wscale = *(__u8 *)ptr; local
3789 if (snd_wscale > 14) {
3793 snd_wscale);
3794 snd_wscale = 14;
3796 opt_rx->snd_wscale = snd_wscale;
3991 !tcp_may_update_window(tp, ack, seq, ntohs(th->window) << tp->rx_opt.snd_wscale) &&
5517 tp->rx_opt.snd_wscale = tp->rx_opt.rcv_wscale = 0;
5589 if (!tp->rx_opt.snd_wscale)
[all...]
H A Dtcp.c2457 info->tcpi_snd_wscale = tp->rx_opt.snd_wscale;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_sock.h72 u16 snd_wscale : 4, member in struct:inet_request_sock
H A Dtcp.h533 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale);
982 ireq->snd_wscale = rx_opt->snd_wscale;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsyncookies.c220 ireq->snd_wscale = tcp_opt.snd_wscale;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h250 snd_wscale : 4, /* Window scaling received from sender */ member in struct:tcp_options_received
263 rx_opt->wscale_ok = rx_opt->snd_wscale = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.h239 u8 snd_wscale; member in struct:nes_cm_tcp_context
H A Dnes_cm.c1344 cm_node->tcp_cntxt.snd_wscale =
1819 cm_node->tcp_cntxt.snd_wscale;
2081 cm_node->tcp_cntxt.snd_wscale =
2083 loopbackremotenode->tcp_cntxt.snd_wscale =
2461 if (cm_node->tcp_cntxt.snd_wscale || cm_node->tcp_cntxt.rcv_wscale)
2472 (cm_node->tcp_cntxt.snd_wscale << NES_QPCONTEXT_PDWSCALE_SND_WSCALE_SHIFT) &

Completed in 1298 milliseconds