Searched refs:byte_cnt (Results 1 – 2 of 2) sorted by relevance
242 classq_pkt_t *tail, uint32_t *byte_cnt, uint32_t *pkt_cnt, in fq_getq_flow_kpkt() argument280 *byte_cnt += plen; in fq_getq_flow_kpkt()285 if (*pkt_cnt >= pkt_limit || *byte_cnt >= byte_limit) { in fq_getq_flow_kpkt()301 classq_pkt_t *tail, uint32_t *byte_cnt, uint32_t *pkt_cnt, in fq_getq_flow_mbuf() argument336 *byte_cnt += plen; in fq_getq_flow_mbuf()341 if (*pkt_cnt >= pkt_limit || *byte_cnt >= byte_limit) { in fq_getq_flow_mbuf()
3517 uint64_t byte_cnt = 0; local3524 byte_cnt += ((pkt->pkt_pflags & PKT_F_MBUF_DATA) != 0) ?3528 os_atomic_add(&ifp->if_data.ifi_ibytes, byte_cnt, relaxed);