Lines Matching defs:pkt
1281 struct mbuf* pkt;
1464 pkt = qtail(cl->cl_q);
1465 if (pkt != NULL) {
1467 len = (u_int64_t)m_pktlen(pkt);
1474 pkt = _getq_tail(cl->cl_q);
1475 len = (u_int64_t)m_pktlen(pkt);
1481 m_freem(pkt); /* the packet is trashed here */
1691 struct mbuf* pkt;
1764 pkt = qtail(cl->cl_q);
1765 if (pkt != NULL) {
1770 len = (u_int64_t)m_pktlen(pkt);