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()431 GIF_LOCK(sc); in gif_remove()507 GIF_LOCK(sc); in gif_encapcheck()565 GIF_LOCK(sc); in gif_output()586 GIF_LOCK(sc); in gif_output()793 GIF_LOCK(sc); \ in gif_ioctl()794 GIF_LOCK(sc2); \ in gif_ioctl()[all …]
99 #define GIF_LOCK(_sc) lck_mtx_lock(&(_sc)->gif_lock) macro