Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_gif.c185 GIF_UNLOCK(sc); in gif_demux()
207 GIF_UNLOCK(sc); in gif_add_proto()
223 GIF_UNLOCK(sc); in gif_del_proto()
292 GIF_UNLOCK(sc); in gif_set_bpf_tap()
444 GIF_UNLOCK(sc); in gif_remove()
547 GIF_UNLOCK(sc); in gif_encapcheck()
564 GIF_UNLOCK(sc); in gif_output()
609 GIF_UNLOCK(sc); in gif_output()
797 GIF_UNLOCK(sc); \ in gif_ioctl()
798 GIF_UNLOCK(sc2); \ in gif_ioctl()
[all …]
H A Dif_gif.h100 #define GIF_UNLOCK(_sc) lck_mtx_unlock(&(_sc)->gif_lock) macro