Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dbpfdesc.h147 thread_call_t bd_thread_call; /* for BPF timeouts with select */ member
H A Dbpf.c927 thread_call_enter_delayed(d->bd_thread_call, deadline); in bpf_start_timer()
949 return thread_call_cancel(d->bd_thread_call); in bpf_stop_timer()
1061 d->bd_thread_call = thread_call_allocate(bpf_timed_out, d); in bpfopen()
1062 if (d->bd_thread_call == NULL) { in bpfopen()
1177 thread_call_free(d->bd_thread_call); in bpfclose()