Searched refs:opt_window (Results 1 – 1 of 1) sorted by relevance
436 } *opt_window = (void *)buf; in tcp_write_options() local443 memset(opt_window, 0, sizeof(struct tcp_option_window)); in tcp_write_options()444 opt_window->kind = TCPOPT_WINDOW; in tcp_write_options()445 opt_window->len = TCPOLEN_WINDOW; in tcp_write_options()446 opt_window->shift = 0; in tcp_write_options()