Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-devices.c61 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()
/systemd-251/src/shared/linux/
Dbpf.h6086 BPF_DEVCG_DEV_BLOCK = (1ULL << 0), enumerator