Searched refs:BPF_DEVCG_DEV_CHAR (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()
6087 BPF_DEVCG_DEV_CHAR = (1ULL << 1), enumerator