Lines Matching defs:how
132 unsigned long mbuf_mem_limit; /* [a] how much memory can be allocated */
133 unsigned long mbuf_mem_alloc; /* [a] how much memory has been allocated */
374 m_clget(struct mbuf *m, int how, u_int pktlen)
387 m0 = m_gethdr(how, MT_DATA);
393 buf = pool_get(pp, how == M_WAIT ? PR_WAITOK : PR_NOWAIT);
540 m_defrag(struct mbuf *m, int how)
550 if ((m0 = m_gethdr(how, m->m_type)) == NULL)
553 MCLGETL(m0, how, m->m_pkthdr.len);
598 m_prepend(struct mbuf *m, int len, int how)
610 MGET(mn, how, m->m_type);