Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c21 #ifndef TCPOPT_TIMESTAMP
22 # define TCPOPT_TIMESTAMP 8 macro
200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c258 case TCPOPT_TIMESTAMP: in tcp_parse_option()
383 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()
388 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()
H A Dbpf_tracing_net.h81 #define TCPOPT_TIMESTAMP 8
77 #define TCPOPT_TIMESTAMP global() macro
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c411 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
/linux/net/sched/
H A Dsch_cake.c1137 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1190 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/linux/net/ipv6/
H A Dtcp_ipv6.c895 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux/include/net/
H A Dtcp.h215 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/linux/net/ipv4/
H A Dtcp_input.c4594 case TCPOPT_TIMESTAMP: in tcp_parse_options()
4678 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
H A Dtcp_ipv4.c932 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
H A Dtcp.c3591 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()