Searched refs:bpf_mlock (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c175 static lck_mtx_t *bpf_mlock = &bpf_mlock_data; variable
550 lck_mtx_unlock(bpf_mlock);
560 lck_mtx_lock(bpf_mlock);
567 * Must be called with bpf_mlock held.
598 * Must be called with bpf_mlock held.
606 * with the bpf_mlock, after we are called. bpf_timed_out()
607 * also grabs bpf_mlock, so, if the timer has gone off and
629 lck_mtx_lock(bpf_mlock);
631 lck_mtx_unlock(bpf_mlock);
657 lck_mtx_unlock(bpf_mlock);
[all...]

Completed in 14 milliseconds