Searched refs:mbufdesc (Results 1 – 1 of 1) sorted by relevance
90 static const char * const mbufdesc[MB_MAX] = { in mbuftype() local100 return type < 0 || type >= MB_MAX ? "unknown" : mbufdesc[type]; in mbuftype()