Searched refs:TCPOPT_TIMESTAMP (Results 1 – 14 of 14) sorted by relevance
21 #ifndef TCPOPT_TIMESTAMP22 # define TCPOPT_TIMESTAMP 8 macro200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()
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()
81 #define TCPOPT_TIMESTAMP 8 macro
77 case TCPOPT_TIMESTAMP: in synproxy_parse_options()130 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()135 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()217 if (op[0] == TCPOPT_TIMESTAMP && in synproxy_tstamp_adjust()
411 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
522 case TCPOPT_TIMESTAMP: in tcp_write_options()524 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()545 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()550 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()555 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
1131 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()1184 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
682 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()688 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
4590 case TCPOPT_TIMESTAMP: in tcp_parse_options()4674 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
955 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
3624 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
878 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
215 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro