Search | Google it | Results 1 - 1 of 1 for funcall:MCLGET from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c (0.00 seconds) |
196: if (o && len > MLEN) { 197: MCLGET(o, M_DONTWAIT); 198: if ((o->m_flags & M_EXT) == 0) { 246: 247: MCLGET(mp, how); 248: if ((mp->m_flags & M_EXT) != 0)