Home
last modified time | relevance | path

Searched refs:tcpi_snd_wscale (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp.h395 u_int8_t tcpi_snd_wscale:4, /* RFC1323 send shift value. */ member
H A Dtcp_usrreq.c1569 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c761 ti->tcpi_snd_wscale = GET_TCB_FIELD(tcb, RCV_SCALE); /* Yes, RCV. */ in fill_tcp_info_from_tcb()
764 ti->tcpi_snd_wnd <<= ti->tcpi_snd_wscale; in fill_tcp_info_from_tcb()
766 ti->tcpi_snd_wscale = 0; in fill_tcp_info_from_tcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c24413 ti->tcpi_snd_wscale = tp->snd_scale; in rack_fill_info()