Home
last modified time | relevance | path

Searched refs:BPF_ALU32_IMM (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Dbpf-devices.c65 BPF_ALU32_IMM(BPF_AND, BPF_REG_1, access), in bpf_prog_allow_list_device()
106 BPF_ALU32_IMM(BPF_AND, BPF_REG_1, access), in bpf_prog_allow_list_major()
145 BPF_ALU32_IMM(BPF_AND, BPF_REG_1, access), in bpf_prog_allow_list_class()
171 BPF_ALU32_IMM(BPF_AND, BPF_REG_2, 0xFFFF), in bpf_devices_cgroup_init()
176 BPF_ALU32_IMM(BPF_RSH, BPF_REG_3, 16), in bpf_devices_cgroup_init()
Dbpf-firewall.c113 BPF_ALU32_IMM(BPF_OR, BPF_REG_8, verdict), in add_lookup_instructions()
136 BPF_ALU32_IMM(BPF_OR, BPF_REG_8, verdict), in add_instructions_for_ip_any()
/systemd-251/src/shared/linux/
Dbpf_insn.h36 #define BPF_ALU32_IMM(OP, DST, IMM) \ macro