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

/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c195 static void bpf_timed_out(void *, void *);
606 * with the bpf_mlock, after we are called. bpf_timed_out()
608 * bpf_timed_out() hasn't finished, it's waiting for the
681 d->bd_thread_call = thread_call_allocate(bpf_timed_out, d);
1019 bpf_timed_out(void *arg, __unused void *dummy) function

Completed in 11 milliseconds