if_allocdescr
descrbuf = if_allocdescr(ifr_buffer_get_length(ifr), M_WAITOK);
char *if_allocdescr(size_t sz, int malloc_flag);
char *buf = if_allocdescr(len, M_WAITOK);