Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c87 BPF_MOV64_REG(BPF_REG_1, BPF_REG_6), in add_lookup_instructions()
90 BPF_MOV64_REG(BPF_REG_3, BPF_REG_10), in add_lookup_instructions()
107 BPF_MOV64_REG(BPF_REG_2, BPF_REG_10), in add_lookup_instructions()
161 BPF_MOV64_REG(BPF_REG_6, BPF_REG_1), in bpf_firewall_compile_bpf()
289 BPF_MOV64_REG(BPF_REG_2, BPF_REG_10), in bpf_firewall_compile_bpf()
300 BPF_MOV64_REG(BPF_REG_2, BPF_REG_10), in bpf_firewall_compile_bpf()
/systemd-251/src/shared/linux/
Dbpf_insn.h46 #define BPF_MOV64_REG(DST, SRC) \ macro