Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_gif.c180 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 …]
H A Dif_gif.h99 #define GIF_LOCK(_sc) lck_mtx_lock(&(_sc)->gif_lock) macro