Home
last modified time | relevance | path

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

/tools/testing/selftests/net/tcp_ao/lib/
A Drepair.c21 #ifndef TCPOPT_TIMESTAMP
22 # define TCPOPT_TIMESTAMP 8 macro
200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()
/tools/testing/selftests/bpf/progs/
A Dbpf_tracing_net.h81 #define TCPOPT_TIMESTAMP 8 macro
A Dxdp_synproxy_kern.c34 #define TCPOPT_TIMESTAMP 8 macro
243 case TCPOPT_TIMESTAMP: in tscookie_tcpopt_parse()
495 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
500 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
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()
/tools/testing/selftests/net/
A Dgro.c448 case TCPOPT_TIMESTAMP: in tcp_write_options()
450 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()
471 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
476 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
481 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()

Completed in 13 milliseconds