Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.c228 static struct bpf_d *BPF_DEV_RESERVED = __unsafe_forge_single(struct bpf_d *, 1); variable
1031 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; in bpfopen()
1101 if (d == NULL || d == BPF_DEV_RESERVED) { in bpfclose()
1116 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; /* Reserve while closing */ in bpfclose()
1277 if (d == NULL || d == BPF_DEV_RESERVED || in bpfread()
1613 if (d == NULL || d == BPF_DEV_RESERVED || in bpfwrite()
1773 if (d == NULL || d == BPF_DEV_RESERVED || in bpf_get_device_from_uuid()
2051 if (d == NULL || d == BPF_DEV_RESERVED || in bpfioctl()
3047 if (d == NULL || d == BPF_DEV_RESERVED || in bpfselect()
3193 if (d == NULL || d == BPF_DEV_RESERVED || in bpfkqfilter()
[all …]