Lines Matching defs:nmbuf_len
1633 ptnet_rx_slot(struct mbuf *mtail, uint8_t *nmbuf, unsigned int nmbuf_len)
1655 if (nmbuf_len < copy) {
1656 copy = nmbuf_len;
1662 nmbuf_len -= copy;
1665 } while (nmbuf_len);
1700 unsigned int nmbuf_len;
1735 nmbuf_len = slot->len;
1739 if (unlikely(nmbuf_len < PTNET_HDR_SIZE)) {
1755 nmbuf_len -= PTNET_HDR_SIZE;
1771 mhead->m_pkthdr.len = nmbuf_len;
1781 mtail = ptnet_rx_slot(mtail, nmbuf, nmbuf_len);
1821 nmbuf_len = slot->len;
1822 mhead->m_pkthdr.len += nmbuf_len;