Searched refs:tcpi_snd_wscale (Results 1 – 4 of 4) sorted by relevance
395 u_int8_t tcpi_snd_wscale:4, /* RFC1323 send shift value. */ member
1569 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
761 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()
24413 ti->tcpi_snd_wscale = tp->snd_scale; in rack_fill_info()