Searched refs:M_WTAP (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/wtap/
H A Dif_medium.c44 malloc(sizeof(struct eventhandler), M_WTAP, M_NOWAIT | M_ZERO);
59 free(md->tx_handler, M_WTAP);
H A Dif_wtap_module.c88 MALLOC_DEFINE(M_WTAP, "wtap", "wtap wireless simulator");
146 M_WTAP, M_NOWAIT | M_ZERO);
167 free(hal, M_WTAP);
H A Dif_wtapvar.h88 MALLOC_DECLARE(M_WTAP); variable
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c69 M_WTAP, M_NOWAIT | M_ZERO);
99 free(hal->hal_md, M_WTAP);
181 sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO);
211 free(hal->hal_devs[id], M_WTAP);

Completed in 93 milliseconds