Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-firewall.c106 BPF_LD_MAP_FD(BPF_REG_1, map_fd), in add_lookup_instructions()
291 BPF_LD_MAP_FD(BPF_REG_1, accounting_map_fd), /* load map fd to r1 */ in bpf_firewall_compile_bpf()
302 BPF_LD_MAP_FD(BPF_REG_1, accounting_map_fd), in bpf_firewall_compile_bpf()
/systemd-251/src/shared/linux/
Dbpf_insn.h103 #define BPF_LD_MAP_FD(DST, MAP_FD) \ macro