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