Home
last modified time | relevance | path

Searched refs:GIF_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_gif.c183 GIF_UNLOCK(sc); in gif_demux()
205 GIF_UNLOCK(sc); in gif_add_proto()
221 GIF_UNLOCK(sc); in gif_del_proto()
290 GIF_UNLOCK(sc); in gif_set_bpf_tap()
448 GIF_UNLOCK(sc); in gif_remove()
551 GIF_UNLOCK(sc); in gif_encapcheck()
568 GIF_UNLOCK(sc); in gif_output()
613 GIF_UNLOCK(sc); in gif_output()
802 GIF_UNLOCK(sc); \ in gif_ioctl()
803 GIF_UNLOCK(sc2); \ in gif_ioctl()
[all …]
H A Dif_gif.h100 #define GIF_UNLOCK(_sc) lck_mtx_unlock(&(_sc)->gif_lock) macro