Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c261 if (*opsize == TCPOLEN_TIMESTAMP && tsval && tsecr) { in tcp_parse_option()
384 TCPOLEN_TIMESTAMP); in tcp_write_options()
389 TCPOLEN_TIMESTAMP); in tcp_write_options()
H A Dbpf_tracing_net.h91 #define TCPOLEN_TIMESTAMP 10 macro
/linux/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_cm.h73 round_up(TCPOLEN_TIMESTAMP, 4) : 0); in cxgb_best_mtu()
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c412 TCPOLEN_TIMESTAMP)) in tcp_sack()
/linux/net/sched/
H A Dsch_cake.c1139 if (ptr && opsize == TCPOLEN_TIMESTAMP) { in cake_tcph_get_tstamp()
1192 if (opsize != TCPOLEN_TIMESTAMP) in cake_tcph_may_drop()
/linux/net/ipv4/
H A Dtcp_output.c683 TCPOLEN_TIMESTAMP); in tcp_options_write()
689 TCPOLEN_TIMESTAMP); in tcp_options_write()
H A Dtcp_input.c4625 if ((opsize == TCPOLEN_TIMESTAMP) && in tcp_parse_options()
4708 | (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP)) { in tcp_parse_aligned_timestamp()
H A Dtcp_ipv4.c933 TCPOLEN_TIMESTAMP); in tcp_v4_send_ack()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c767 csk->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in cxgbit_set_emss()
/linux/net/ipv6/
H A Dtcp_ipv6.c903 (TCPOPT_TIMESTAMP << 8) | TCPOLEN_TIMESTAMP); in tcp_v6_send_response()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c256 ep->emss -= round_up(TCPOLEN_TIMESTAMP, 4); in set_emss()