Searched refs:snd_scale (Results 1 – 6 of 6) sorted by relevance
126 u_char snd_scale; /* window scaling for send window */ member
1307 qemu_put_byte(f, tp->snd_scale); in slirp_tcp_save()1400 tp->snd_scale = qemu_get_byte(f); in slirp_tcp_load()
1200 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN<<tp->snd_scale); in tcp_input()
121 u_char snd_scale; /* window scaling for send window */ member
904 qemu_put_byte(f, tp->snd_scale); in slirp_tcp_save()997 tp->snd_scale = qemu_get_byte(f); in slirp_tcp_load()
1194 tp->snd_cwnd = min(cw + incr, TCP_MAXWIN<<tp->snd_scale); in tcp_input()