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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c178 static lck_attr_t *bpf_mlock_attr; variable
2385 bpf_mlock_attr = lck_attr_alloc_init();
2387 lck_mtx_init(bpf_mlock, bpf_mlock_grp, bpf_mlock_attr);
2391 if (bpf_mlock_attr)
2392 lck_attr_free(bpf_mlock_attr);
2399 bpf_mlock_attr = NULL;

Completed in 20 milliseconds