Home
last modified time | relevance | path

Searched refs:hal_md (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c47 p = medium_get_next_packet(hal->hal_md); in hal_tx_proc()
68 hal->hal_md = (struct wtap_medium *)malloc(sizeof(struct wtap_medium), in init_hal()
71 init_medium(hal->hal_md); in init_hal()
73 TASK_INIT(&hal->hal_md->tx_handler->proc, 0, hal_tx_proc, hal); in init_hal()
100 deinit_medium(hal->hal_md); in deinit_hal()
101 free(hal->hal_md, M_WTAP); in deinit_hal()
184 hal->hal_devs[id]->sc_md = hal->hal_md; in new_wtap()
H A Dhal.h42 struct wtap_medium *hal_md; member
/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.c216 medium_close(hal->hal_md); in vis_ioctl()
218 medium_open(hal->hal_md); in vis_ioctl()