Home
last modified time | relevance | path

Searched refs:bd_async (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dbpfdesc.h138 int bd_async; /* non-zero if packet reception should generate signal */ member
H A Dbpf.h354 uint8_t bd_async; member
H A Dbpf.c1558 if (d->bd_async && d->bd_sig && d->bd_sigio) { in bpf_wakeup()
2483 _CASSERT(sizeof(d->bd_async) == sizeof(int)); in bpfioctl()
2484 bcopy(addr, &d->bd_async, sizeof(int)); in bpfioctl()
4610 d->bd_async = bd->bd_async != 0 ? 1 : 0; in bpfstats_fill_xbpf()