Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1660 uint32_t thlen = (pkt->pkt_flow_ip_hlen + in flow_rx_agg_channel() local
1662 uint32_t plen = (thlen + pkt->pkt_flow_ulen); in flow_rx_agg_channel()
1694 sbuf->buf_dlen >= plen - thlen) { in flow_rx_agg_channel()
2020 uint32_t thlen = (pkt->pkt_flow_ip_hlen + in flow_rx_agg_host() local
2022 uint32_t plen = (thlen + pkt->pkt_flow_ulen); in flow_rx_agg_host()
2084 M_TRAILINGSPACE(curr_m) >= plen - thlen) { in flow_rx_agg_host()
2109 bytes += (plen - thlen); in flow_rx_agg_host()
2200 bytes += plen - thlen - added; in flow_rx_agg_host()
2255 if ((uint32_t) m->m_len < (l2len + thlen)) { in flow_rx_agg_host()
2256 m = m_pullup(m, (l2len + thlen)); in flow_rx_agg_host()
[all …]