Searched refs:thlen (Results 1 – 1 of 1) sorted by relevance
1710 uint32_t thlen = (pkt->pkt_flow_ip_hlen + in flow_rx_agg_channel() local1712 uint32_t plen = (thlen + pkt->pkt_flow_ulen); in flow_rx_agg_channel()1745 sbuf->buf_dlen >= plen - thlen) { in flow_rx_agg_channel()2111 uint32_t thlen = (pkt->pkt_flow_ip_hlen + in flow_rx_agg_host() local2113 uint32_t plen = (thlen + pkt->pkt_flow_ulen); in flow_rx_agg_host()2150 if ((uint32_t) m->m_len < (l2len + thlen)) { in flow_rx_agg_host()2151 m = m_pullup(m, (l2len + thlen)); in flow_rx_agg_host()2188 M_TRAILINGSPACE(curr_m) >= plen - thlen) { in flow_rx_agg_host()2213 bytes += (plen - thlen); in flow_rx_agg_host()2302 bytes += plen - thlen - added; in flow_rx_agg_host()[all …]