Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
Drepair.c21 #ifndef TCPOPT_TIMESTAMP
22 # define TCPOPT_TIMESTAMP 8 macro
200 opts[opt_nr].opt_code = TCPOPT_TIMESTAMP; in __test_sock_restore()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c35 #define TCPOPT_TIMESTAMP 8 macro
244 case TCPOPT_TIMESTAMP: in tscookie_tcpopt_parse()
496 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
501 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
Dtest_tcp_custom_syncookie.c258 case TCPOPT_TIMESTAMP: in tcp_parse_option()
381 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()
386 TCPOPT_TIMESTAMP << 8 | in tcp_write_options()
Dbpf_tracing_net.h76 #define TCPOPT_TIMESTAMP 8 macro
/linux-6.12.1/tools/testing/selftests/net/
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()
/linux-6.12.1/net/netfilter/
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()
Dnf_conntrack_proto_tcp.c411 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
/linux-6.12.1/net/sched/
Dsch_cake.c1058 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1111 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/linux-6.12.1/net/ipv4/
Dtcp_output.c686 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
692 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
Dtcp_input.c4241 case TCPOPT_TIMESTAMP: in tcp_parse_options()
4319 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
Dtcp_ipv4.c956 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
Dtcp.c3482 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c918 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux-6.12.1/include/net/
Dtcp.h198 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/linux-6.12.1/drivers/net/ethernet/neterion/
Ds2io.c8340 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()