Searched refs:BPF_DEVCG_DEV_BLOCK (Results 1 – 2 of 2) sorted by relevance
61 const int bpf_type = type == 'c' ? BPF_DEVCG_DEV_CHAR : BPF_DEVCG_DEV_BLOCK; in bpf_prog_allow_list_device()102 const int bpf_type = type == 'c' ? BPF_DEVCG_DEV_CHAR : BPF_DEVCG_DEV_BLOCK; in bpf_prog_allow_list_major()141 const int bpf_type = type == 'c' ? BPF_DEVCG_DEV_CHAR : BPF_DEVCG_DEV_BLOCK; in bpf_prog_allow_list_class()
6086 BPF_DEVCG_DEV_BLOCK = (1ULL << 0), enumerator