Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/net/
Dgro.c405 } *opt_ts = (void *)buf; in tcp_write_options() local
423 memset(opt_ts, 0, sizeof(struct tcp_option_ts)); in tcp_write_options()
424 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()
425 opt_ts->len = TCPOLEN_TIMESTAMP; in tcp_write_options()
426 opt_ts->tsval = ts; in tcp_write_options()
427 opt_ts->tsecr = 0; in tcp_write_options()