Searched refs:TCPOPT_TIMESTAMP (Results 1 – 9 of 9) sorted by relevance
34 #define TCPOPT_TIMESTAMP 8 macro 243 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()
1118 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp() 1171 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
691 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write() 697 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
4133 case TCPOPT_TIMESTAMP: in tcp_parse_options() 4211 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
960 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
3537 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
8340 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()