Searched refs:TCPOLEN_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
86 #define TCPOLEN_TIMESTAMP 10 macro
39 #define TCPOLEN_TIMESTAMP 10 macro247 if (*opsize == TCPOLEN_TIMESTAMP) { in tscookie_tcpopt_parse()496 TCPOLEN_TIMESTAMP); in tcp_mkoptions()501 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
261 if (*opsize == TCPOLEN_TIMESTAMP && tsval && tsecr) { in tcp_parse_option()384 TCPOLEN_TIMESTAMP); in tcp_write_options()389 TCPOLEN_TIMESTAMP); in tcp_write_options()
451 opt_ts->len = TCPOLEN_TIMESTAMP; in tcp_write_options()477 tcp_write_options(buf + total_hdr_len + 1 + TCPOLEN_TIMESTAMP, in add_standard_tcp_options()482 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 1, in add_standard_tcp_options()484 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 2, in add_standard_tcp_options()
Completed in 9 milliseconds