Searched refs:BPF_DEV_RESERVED (Results 1 – 1 of 1) sorted by relevance
227 #define BPF_DEV_RESERVED ((struct bpf_d *)(uintptr_t)1) macro977 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; in bpfopen()1047 if (d == NULL || d == BPF_DEV_RESERVED) { in bpfclose()1062 bpf_dtab[minor(dev)] = BPF_DEV_RESERVED; /* Reserve while closing */ in bpfclose()1223 if (d == NULL || d == BPF_DEV_RESERVED || in bpfread()1558 if (d == NULL || d == BPF_DEV_RESERVED || in bpfwrite()1717 if (d == NULL || d == BPF_DEV_RESERVED || in bpf_get_device_from_uuid()1994 if (d == NULL || d == BPF_DEV_RESERVED || in bpfioctl()2924 if (d == NULL || d == BPF_DEV_RESERVED || in bpfselect()3070 if (d == NULL || d == BPF_DEV_RESERVED || in bpfkqfilter()[all …]