Searched refs:BPF_MOV64_IMM (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/core/ ! |
D | bpf-firewall.c | 191 BPF_MOV64_IMM(BPF_REG_0, 1), in bpf_firewall_compile_bpf() 193 BPF_MOV64_IMM(BPF_REG_0, 0), in bpf_firewall_compile_bpf() 287 BPF_MOV64_IMM(BPF_REG_0, MAP_KEY_PACKETS), /* r0 = 0 */ in bpf_firewall_compile_bpf() 294 BPF_MOV64_IMM(BPF_REG_1, 1), /* r1 = 1 */ in bpf_firewall_compile_bpf() 298 BPF_MOV64_IMM(BPF_REG_0, MAP_KEY_BYTES), /* r0 = 1 */ in bpf_firewall_compile_bpf() 309 BPF_MOV64_IMM(BPF_REG_0, 1), in bpf_firewall_compile_bpf() 807 BPF_MOV64_IMM(BPF_REG_0, 1), in bpf_firewall_supported()
|
D | bpf-devices.c | 230 BPF_MOV64_IMM(BPF_REG_0, 0), in bpf_devices_apply_policy() 236 BPF_MOV64_IMM(BPF_REG_0, deny_everything ? 0 : 1), in bpf_devices_apply_policy() 278 BPF_MOV64_IMM(BPF_REG_0, 1), in bpf_devices_supported()
|
/systemd-251/src/shared/linux/ ! |
D | bpf_insn.h | 64 #define BPF_MOV64_IMM(DST, IMM) \ macro
|
/systemd-251/src/test/ ! |
D | test-bpf-firewall.c | 21 BPF_MOV64_IMM(BPF_REG_0, 0), /* drop */ in main()
|
D | test-bpf-foreign-programs.c | 147 BPF_MOV64_IMM(BPF_REG_0, 0), in pin_programs()
|