Searched refs:MAP_FD (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | filter.h | 297 #define BPF_LD_MAP_FD(DST, MAP_FD) \ argument 299 MAP_FD, 0) 301 #define BPF_LD_MAP_VALUE(DST, MAP_FD, VALUE_OFF) \ argument 303 MAP_FD, VALUE_OFF)
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_insn.h | 103 #define BPF_LD_MAP_FD(DST, MAP_FD) \ argument 104 BPF_LD_IMM64_RAW(DST, BPF_PSEUDO_MAP_FD, MAP_FD)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | filter.h | 206 #define BPF_LD_MAP_FD(DST, MAP_FD) \ argument 207 BPF_LD_IMM64_RAW(DST, BPF_PSEUDO_MAP_FD, MAP_FD)
|