Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnf_synproxy_core.c71 case TCPOPT_TIMESTAMP: in synproxy_parse_options()
124 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
129 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
211 if (op[0] == TCPOPT_TIMESTAMP && in synproxy_tstamp_adjust()
Dnf_conntrack_proto_tcp.c417 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
/Linux-v5.10/net/sched/
Dsch_cake.c1069 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1120 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/Linux-v5.10/net/ipv4/
Dtcp_output.c631 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
637 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
Dtcp_input.c4003 case TCPOPT_TIMESTAMP: in tcp_parse_options()
4075 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
Dtcp_ipv4.c851 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
Dtcp.c2841 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
/Linux-v5.10/include/net/
Dtcp.h185 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c913 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/Linux-v5.10/drivers/net/ethernet/neterion/
Ds2io.c8334 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()