Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c37 #define TCPOLEN_TIMESTAMP 10 macro
230 if (opsize == TCPOLEN_TIMESTAMP && ctx->ptr + TCPOLEN_TIMESTAMP <= ctx->data_end) { in tscookie_tcpopt_parse()
474 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
479 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h73 round_up(TCPOLEN_TIMESTAMP, 4) : 0); in cxgb_best_mtu()
/linux-6.1.9/net/netfilter/
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()
Dnf_conntrack_proto_tcp.c412 | TCPOLEN_TIMESTAMP)) in tcp_sack()
/linux-6.1.9/tools/testing/selftests/net/
Dgro.c425 opt_ts->len = TCPOLEN_TIMESTAMP; in tcp_write_options()
451 tcp_write_options(buf + total_hdr_len + 1 + TCPOLEN_TIMESTAMP, in add_standard_tcp_options()
456 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 1, in add_standard_tcp_options()
458 tcp_write_options(buf + total_hdr_len + TCPOLEN_TIMESTAMP + 2, in add_standard_tcp_options()
/linux-6.1.9/net/sched/
Dsch_cake.c1073 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()
1126 if (opsize != TCPOLEN_TIMESTAMP) in cake_tcph_may_drop()
/linux-6.1.9/net/ipv4/
Dtcp_output.c632 TCPOLEN_TIMESTAMP); in tcp_options_write()
638 TCPOLEN_TIMESTAMP); in tcp_options_write()
Dtcp_input.c4093 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()
4164 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
Dtcp_ipv4.c884 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
/linux-6.1.9/include/net/
Dtcp.h205 #define TCPOLEN_TIMESTAMP 10 macro
/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c767 csk->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in cxgbit_set_emss()
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c904 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c969 tcpoptsz += round_up(TCPOLEN_TIMESTAMP, 4); in chtls_select_mss()
/linux-6.1.9/drivers/infiniband/hw/cxgb4/
Dcm.c256 ep->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in set_emss()
/linux-6.1.9/drivers/net/ethernet/neterion/
Ds2io.c8346 if (*ptr != TCPOPT_TIMESTAMP || *(ptr+1) != TCPOLEN_TIMESTAMP) in verify_l3_l4_lro_capable()