Home
last modified time | relevance | path

Searched refs:opt_window (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A Dgro.c457 } *opt_window = (void *)buf; in tcp_write_options() local
464 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()