Searched refs:m_enqueue (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dmbuf.h120 extern void m_enqueue(struct mqueue *, struct mbuf *);
H A Dlink.c106 m_enqueue(highest, m_dequeue(queue));
273 m_enqueue(l->Queue + pri, m_pullup(bp));
H A Dncp.c240 m_enqueue(ipcp->Queue + pri, bp);
254 m_enqueue(ipv6cp->Queue + pri, bp);
H A Dmbuf.c369 m_enqueue(struct mqueue *queue, struct mbuf *bp) function
378 log_Printf(LogDEBUG, "m_enqueue: len = %lu\n", (unsigned long)queue->len);

Completed in 133 milliseconds