Search | Google it | Results 1 - 1 of 1 for funcall:MEXTMALLOC from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c (0.00 seconds) |
1031: if (len > MLEN) { 1032: MEXTMALLOC(m, asa->sa_len, M_NOWAIT); 1033: if ((m->m_flags & M_EXT) == 0) { 1080: if (salen > MHLEN) { 1081: MEXTMALLOC(m, salen, M_NOWAIT); 1082: if ((m->m_flags & M_EXT) == 0) {