Searched refs:opt_ts (Results 1 – 1 of 1) sorted by relevance
405 } *opt_ts = (void *)buf; in tcp_write_options() local423 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()