Searched refs:byte_cnt (Results 1 – 2 of 2) sorted by relevance
359 classq_pkt_t *tail, uint32_t *byte_cnt, uint32_t *pkt_cnt, in fq_getq_flow_kpkt() argument401 *byte_cnt += plen; in fq_getq_flow_kpkt()406 if (*pkt_cnt >= pkt_limit || *byte_cnt >= byte_limit) { in fq_getq_flow_kpkt()422 classq_pkt_t *tail, uint32_t *byte_cnt, uint32_t *pkt_cnt, in fq_getq_flow_mbuf() argument461 *byte_cnt += plen; in fq_getq_flow_mbuf()466 if (*pkt_cnt >= pkt_limit || *byte_cnt >= byte_limit) { in fq_getq_flow_mbuf()
3582 uint64_t byte_cnt = 0; local3589 byte_cnt += ((pkt->pkt_pflags & PKT_F_MBUF_DATA) != 0) ?3593 os_atomic_add(&ifp->if_data.ifi_ibytes, byte_cnt, relaxed);