Searched refs:opt_window (Results 1 – 1 of 1) sorted by relevance
410 } *opt_window = (void *)buf; in tcp_write_options() local417 memset(opt_window, 0, sizeof(struct tcp_option_window)); in tcp_write_options()418 opt_window->kind = TCPOPT_WINDOW; in tcp_write_options()419 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()420 opt_window->shift = 0; in tcp_write_options()