Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1163 uint32_t sts_hdr, ts_hdr; in can_agg_slowpath() local
1165 sts_hdr = *((uint32_t *)(stcp + 1)); in can_agg_slowpath()
1167 bcopy(stcp + 1, &sts_hdr, sizeof(sts_hdr)); in can_agg_slowpath()
1175 if (sts_hdr != htonl(TCPOPT_TSTAMP_HDR) || in can_agg_slowpath()
1179 sts_hdr, uint32_t, ts_hdr); in can_agg_slowpath()