Searched refs:TCPOPT_TSTAMP_HDR (Results 1 – 4 of 4) sorted by relevance
139 #define TCPOPT_TSTAMP_HDR \ macro
1867 *lp++ = htonl(TCPOPT_TSTAMP_HDR); in tcp_output()
2215 *(u_int32_t *)(void *)optp == htonl(TCPOPT_TSTAMP_HDR) && in tcp_input()
1207 if (sts_hdr != htonl(TCPOPT_TSTAMP_HDR) || in can_agg_slowpath()1208 ts_hdr != htonl(TCPOPT_TSTAMP_HDR)) { in can_agg_slowpath()