Home
last modified time | relevance | path

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

/xnu-10002.41.9/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()
442 GIF_UNLOCK(sc); in gif_remove()
545 GIF_UNLOCK(sc); in gif_encapcheck()
562 GIF_UNLOCK(sc); in gif_output()
607 GIF_UNLOCK(sc); in gif_output()
796 GIF_UNLOCK(sc); \ in gif_ioctl()
797 GIF_UNLOCK(sc2); \ in gif_ioctl()
[all …]
H A Dif_gif.h100 #define GIF_UNLOCK(_sc) lck_mtx_unlock(&(_sc)->gif_lock) macro