Searched refs:BPF_DEV_RESERVED (Results 1 – 1 of 1) sorted by relevance
204 #define BPF_DEV_RESERVED ((struct bpf_d *)(uintptr_t)1) macro812 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; in bpfopen()873 if (d == NULL || d == BPF_DEV_RESERVED) { in bpfclose()888 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; /* Reserve while closing */ in bpfclose()1034 if (d == NULL || d == BPF_DEV_RESERVED || in bpfread()1350 if (d == NULL || d == BPF_DEV_RESERVED || in bpfwrite()1479 if (d == NULL || d == BPF_DEV_RESERVED || in bpf_get_device_from_uuid()1653 if (d == NULL || d == BPF_DEV_RESERVED || in bpfioctl()2461 if (d == NULL || d == BPF_DEV_RESERVED || in bpfselect()2607 if (d == NULL || d == BPF_DEV_RESERVED || in bpfkqfilter()