Searched refs:TCPOPT_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance
21 #ifndef TCPOPT_TIMESTAMP22 # define TCPOPT_TIMESTAMP 8 macro200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()
81 #define TCPOPT_TIMESTAMP 8 macro
34 #define TCPOPT_TIMESTAMP 8 macro243 case TCPOPT_TIMESTAMP: in tscookie_tcpopt_parse()495 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()500 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
258 case TCPOPT_TIMESTAMP: in tcp_parse_option()383 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()388 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()
448 case TCPOPT_TIMESTAMP: in tcp_write_options()450 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()471 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()476 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()481 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
Completed in 13 milliseconds