Searched refs:opt_window (Results 1 – 1 of 1) sorted by relevance
457 } *opt_window = (void *)buf; in tcp_write_options() local464 memset(opt_window, 0, sizeof(struct tcp_option_window)); in tcp_write_options()465 opt_window->kind = TCPOPT_WINDOW; in tcp_write_options()466 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()467 opt_window->shift = 0; in tcp_write_options()