Home
last modified time | relevance | path

Searched refs:G_TCPOPT_TSTAMP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h576 #define G_TCPOPT_TSTAMP(x) (((x) >> 7) & 1) macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1601 if (G_TCPOPT_TSTAMP(tcp_opt)) { in synqe_to_protohdrs()
H A Dt4_cpl_io.c312 if (G_TCPOPT_TSTAMP(opt)) { in assign_rxopt()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h705 #define G_TCPOPT_TSTAMP(x) (((x) >> S_TCPOPT_TSTAMP) & M_TCPOPT_TSTAMP) macro