Searched refs:GIF_LOCK (Results 1 – 2 of 2) sorted by relevance
180 GIF_LOCK(sc); in gif_demux()198 GIF_LOCK(sc); in gif_add_proto()217 GIF_LOCK(sc); in gif_del_proto()287 GIF_LOCK(sc); in gif_set_bpf_tap()425 GIF_LOCK(sc); in gif_remove()501 GIF_LOCK(sc); in gif_encapcheck()559 GIF_LOCK(sc); in gif_output()580 GIF_LOCK(sc); in gif_output()787 GIF_LOCK(sc); \ in gif_ioctl()788 GIF_LOCK(sc2); \ in gif_ioctl()[all …]
99 #define GIF_LOCK(_sc) lck_mtx_lock(&(_sc)->gif_lock) macro