Home
last modified time | relevance | path

Searched refs:TCPOPT_TIMESTAMP (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/net/
A Dgro.c421 case TCPOPT_TIMESTAMP: in tcp_write_options()
423 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()
444 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
449 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
454 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
/linux/net/netfilter/
A Dnf_synproxy_core.c76 case TCPOPT_TIMESTAMP: in synproxy_parse_options()
129 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
134 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
216 if (op[0] == TCPOPT_TIMESTAMP && in synproxy_tstamp_adjust()
A Dnf_conntrack_proto_tcp.c405 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
/linux/net/sched/
A Dsch_cake.c1071 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1124 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/linux/net/ipv4/
A Dtcp_output.c631 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
637 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
A Dtcp_input.c4066 case TCPOPT_TIMESTAMP: in tcp_parse_options()
4138 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
A Dtcp_ipv4.c869 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
A Dtcp.c3143 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
/linux/include/net/
A Dtcp.h187 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/linux/net/ipv6/
A Dtcp_ipv6.c948 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux/drivers/net/ethernet/neterion/
A Ds2io.c8345 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()

Completed in 60 milliseconds