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

/linux-master/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;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h65 #define TCPOPT_TIMESTAMP 8 macro
H A Dtest_tcp_custom_syncookie.c257 case TCPOPT_TIMESTAMP:
380 TCPOPT_TIMESTAMP << 8 |
385 TCPOPT_TIMESTAMP << 8 |
H A Dxdp_synproxy_kern.c34 #define TCPOPT_TIMESTAMP 8 macro
243 case TCPOPT_TIMESTAMP:
495 (TCPOPT_TIMESTAMP << 8) |
500 (TCPOPT_TIMESTAMP << 8) |
/linux-master/tools/testing/selftests/net/
H A Dgro.c444 case TCPOPT_TIMESTAMP:
446 opt_ts->kind = TCPOPT_TIMESTAMP;
467 TCPOPT_TIMESTAMP, ts);
472 TCPOPT_TIMESTAMP, ts);
477 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts);
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c76 case TCPOPT_TIMESTAMP:
129 (TCPOPT_TIMESTAMP << 8) |
134 (TCPOPT_TIMESTAMP << 8) |
216 if (op[0] == TCPOPT_TIMESTAMP &&
H A Dnf_conntrack_proto_tcp.c411 | (TCPOPT_TIMESTAMP << 8)
/linux-master/net/sched/
H A Dsch_cake.c1072 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize);
1125 case TCPOPT_TIMESTAMP:
/linux-master/net/ipv4/
H A Dtcp_output.c682 (TCPOPT_TIMESTAMP << 8) |
688 (TCPOPT_TIMESTAMP << 8) |
H A Dtcp_input.c4176 case TCPOPT_TIMESTAMP:
4247 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) {
H A Dtcp_ipv4.c941 (TCPOPT_TIMESTAMP << 8) |
H A Dtcp.c3190 case TCPOPT_TIMESTAMP:
/linux-master/include/net/
H A Dtcp.h196 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/linux-master/net/ipv6/
H A Dtcp_ipv6.c920 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP);
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c8340 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP)

Completed in 822 milliseconds