Searched refs:bpf_type (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/core/ |
D | bpf-devices.c | 61 const int bpf_type = type == 'c' ? BPF_DEVCG_DEV_CHAR : BPF_DEVCG_DEV_BLOCK; in bpf_prog_allow_list_device() local 68 BPF_JMP_IMM(BPF_JNE, BPF_REG_2, bpf_type, 3), /* compare device type */ 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() local 109 BPF_JMP_IMM(BPF_JNE, BPF_REG_2, bpf_type, 2), /* compare device type */ 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() local 148 BPF_JMP_IMM(BPF_JNE, BPF_REG_2, bpf_type, 1), /* compare device type */ in bpf_prog_allow_list_class()
|