Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c32 #define TCPOPT_TIMESTAMP 8 macro
241 case TCPOPT_TIMESTAMP: in tscookie_tcpopt_parse()
493 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
498 (TCPOPT_TIMESTAMP << 8) | in tcp_mkoptions()
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c422 case TCPOPT_TIMESTAMP: in tcp_write_options()
424 opt_ts->kind = TCPOPT_TIMESTAMP; in tcp_write_options()
445 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
450 TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
455 tcp_write_options(buf + total_hdr_len, TCPOPT_TIMESTAMP, ts); in add_standard_tcp_options()
/openbmc/linux/net/netfilter/
H A 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()
H A Dnf_conntrack_proto_tcp.c411 | (TCPOPT_TIMESTAMP << 8) in tcp_sack()
/openbmc/linux/net/sched/
H A Dsch_cake.c1132 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize); in cake_tcph_get_tstamp()
1185 case TCPOPT_TIMESTAMP: in cake_tcph_may_drop()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c645 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
651 (TCPOPT_TIMESTAMP << 8) | in tcp_options_write()
H A Dtcp_input.c4201 case TCPOPT_TIMESTAMP: in tcp_parse_options()
4272 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
H A Dtcp_ipv4.c895 (TCPOPT_TIMESTAMP << 8) | in tcp_v4_send_ack()
H A Dtcp.c3216 case TCPOPT_TIMESTAMP: in tcp_repair_options_est()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c895 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/openbmc/linux/include/net/
H A Dtcp.h189 #define TCPOPT_TIMESTAMP 8 /* Better RTT estimations/PAWS */ macro
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c8339 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()