Searched refs:G_TCPOPT_TSTAMP (Results 1 – 4 of 4) sorted by relevance
576 #define G_TCPOPT_TSTAMP(x) (((x) >> 7) & 1) macro
1601 if (G_TCPOPT_TSTAMP(tcp_opt)) { in synqe_to_protohdrs()
312 if (G_TCPOPT_TSTAMP(opt)) { in assign_rxopt()
705 #define G_TCPOPT_TSTAMP(x) (((x) >> S_TCPOPT_TSTAMP) & M_TCPOPT_TSTAMP) macro