Home
last modified time | relevance | path

Searched refs:TCPOLEN_TIMESTAMP (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c39 #define TCPOLEN_TIMESTAMP 10 macro
247 if (*opsize == TCPOLEN_TIMESTAMP) { in tscookie_tcpopt_parse()
496 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
501 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
H A Dtest_tcp_custom_syncookie.c261 if (*opsize == TCPOLEN_TIMESTAMP && tsval && tsecr) { in tcp_parse_option()
382 TCPOLEN_TIMESTAMP); in tcp_write_options()
387 TCPOLEN_TIMESTAMP); in tcp_write_options()
H A Dbpf_tracing_net.h86 #define TCPOLEN_TIMESTAMP 10 macro
/linux-6.15/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h73 round_up(TCPOLEN_TIMESTAMP, 4) : 0); in cxgb_best_mtu()
/linux-6.15/net/netfilter/
H A Dnf_synproxy_core.c77 if (opsize == TCPOLEN_TIMESTAMP) { in synproxy_parse_options()
130 TCPOLEN_TIMESTAMP); in synproxy_build_options()
135 TCPOLEN_TIMESTAMP); in synproxy_build_options()
217 op[1] == TCPOLEN_TIMESTAMP) { in synproxy_tstamp_adjust()
H A Dnf_conntrack_proto_tcp.c412 | TCPOLEN_TIMESTAMP)) in tcp_sack()
/linux-6.15/tools/testing/selftests/net/
H A Dgro.c451 opt_ts->len = TCPOLEN_TIMESTAMP; in tcp_write_options()
477 tcp_write_options(buf + total_hdr_len + 1 + TCPOLEN_TIMESTAMP, in add_standard_tcp_options()
482 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 1, in add_standard_tcp_options()
484 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 2, in add_standard_tcp_options()
/linux-6.15/net/sched/
H A Dsch_cake.c1120 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()
1173 if (opsize != TCPOLEN_TIMESTAMP) in cake_tcph_may_drop()
/linux-6.15/net/ipv4/
H A Dtcp_output.c692 TCPOLEN_TIMESTAMP); in tcp_options_write()
698 TCPOLEN_TIMESTAMP); in tcp_options_write()
H A Dtcp_input.c4266 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()
4343 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
H A Dtcp_ipv4.c959 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
/linux-6.15/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c767 csk->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in cxgbit_set_emss()
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c920 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux-6.15/include/net/
H A Dtcp.h220 #define TCPOLEN_TIMESTAMP 10 macro
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c969 tcpoptsz += round_up(TCPOLEN_TIMESTAMP, 4); in chtls_select_mss()
/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dcm.c256 ep->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in set_emss()
/linux-6.15/drivers/net/ethernet/neterion/
H A Ds2io.c8340 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()