Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_gif.c182 GIF_LOCK(sc); in gif_demux()
200 GIF_LOCK(sc); in gif_add_proto()
219 GIF_LOCK(sc); in gif_del_proto()
289 GIF_LOCK(sc); in gif_set_bpf_tap()
427 GIF_LOCK(sc); in gif_remove()
503 GIF_LOCK(sc); in gif_encapcheck()
561 GIF_LOCK(sc); in gif_output()
582 GIF_LOCK(sc); in gif_output()
788 GIF_LOCK(sc); \ in gif_ioctl()
789 GIF_LOCK(sc2); \ in gif_ioctl()
[all …]
H A Dif_gif.h99 #define GIF_LOCK(_sc) lck_mtx_lock(&(_sc)->gif_lock) macro