Searched refs:td_scale (Results 1 – 2 of 2) sorted by relevance
399 state->td_scale = in tcp_options()424 state->td_scale = *(u_int8_t *)ptr; in tcp_options()426 if (state->td_scale > 14) { in tcp_options()428 state->td_scale = 14; in tcp_options()542 sender->td_scale, in tcp_in_window()544 receiver->td_scale); in tcp_in_window()567 sender->td_scale = in tcp_in_window()568 receiver->td_scale = 0; in tcp_in_window()579 swin = win << sender->td_scale; in tcp_in_window()635 sender->td_scale, in tcp_in_window()[all …]
12 u_int8_t td_scale; /* window scale factor */ member