Home
last modified time | relevance | path

Searched refs:TCPOLEN_TIMESTAMP (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h73 round_up(TCPOLEN_TIMESTAMP, 4) : 0); in cxgb_best_mtu()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h73 round_up(TCPOLEN_TIMESTAMP, 4) : 0); in cxgb_best_mtu()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c37 #define TCPOLEN_TIMESTAMP 10 macro
245 if (*opsize == TCPOLEN_TIMESTAMP) { in tscookie_tcpopt_parse()
494 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
499 TCPOLEN_TIMESTAMP); in tcp_mkoptions()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Dtcp.h80 #define TCPOLEN_TIMESTAMP 10 macro
/kernel/linux/linux-5.10/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.c418 | TCPOLEN_TIMESTAMP)) in tcp_sack()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_cake.c1073 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()
1126 if (opsize != TCPOLEN_TIMESTAMP) in cake_tcph_may_drop()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_cake.c1074 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()
1127 if (opsize != TCPOLEN_TIMESTAMP) in cake_tcph_may_drop()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c631 TCPOLEN_TIMESTAMP); in tcp_options_write()
637 TCPOLEN_TIMESTAMP); in tcp_options_write()
H A Dtcp_ipv4.c868 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
H A Dtcp_input.c4087 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()
4158 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c641 TCPOLEN_TIMESTAMP); in tcp_options_write()
647 TCPOLEN_TIMESTAMP); in tcp_options_write()
H A Dtcp_ipv4.c890 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
H A Dtcp_input.c4122 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()
4192 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c767 csk->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in cxgbit_set_emss()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h210 #define TCPOLEN_TIMESTAMP 10 macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dtcp_ipv6.c933 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h206 #define TCPOLEN_TIMESTAMP 10 macro
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c767 csk->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in cxgbit_set_emss()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c969 tcpoptsz += round_up(TCPOLEN_TIMESTAMP, 4); in chtls_select_mss()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c969 tcpoptsz += round_up(TCPOLEN_TIMESTAMP, 4); in chtls_select_mss()
/kernel/linux/linux-6.6/net/ipv6/
H A Dtcp_ipv6.c901 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()

Completed in 82 milliseconds

12