Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/net/sched/
Dsch_cake.c1033 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1084 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/Linux-v5.4/net/ipv4/
Dtcp_output.c477 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
483 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
Dtcp_input.c3891 case TCPOPT_TIMESTAMP: in tcp_parse_options()
3957 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
Dtcp_ipv4.c829 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
Dtcp.c2758 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
/Linux-v5.4/include/net/
Dtcp.h183 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c853 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/Linux-v5.4/drivers/net/ethernet/neterion/
Ds2io.c8344 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()