Searched refs:BPF_LD_MAP_FD (Results 1 – 4 of 4) sorted by relevance
/samples/bpf/ |
D | test_cgrp2_attach.c | 52 BPF_LD_MAP_FD(BPF_REG_1, map_fd), /* load map fd to r1 */ in prog_load() 63 BPF_LD_MAP_FD(BPF_REG_1, map_fd), in prog_load()
|
D | sock_example.c | 53 BPF_LD_MAP_FD(BPF_REG_1, map_fd), in test_sock()
|
D | cookie_uid_helper_example.c | 100 BPF_LD_MAP_FD(BPF_REG_1, map_fd), in prog_load() 135 BPF_LD_MAP_FD(BPF_REG_1, map_fd), in prog_load()
|
D | bpf_insn.h | 103 #define BPF_LD_MAP_FD(DST, MAP_FD) \ macro
|