Home
last modified time | relevance | path

Searched defs:G_TCPOPT_TSTAMP (Results 1 – 2 of 2) 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/common/
H A Dt4_msg.h705 #define G_TCPOPT_TSTAMP(x) (((x) >> S_TCPOPT_TSTAMP) & M_TCPOPT_TSTAMP) macro