Searched refs:array_indx (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_common.h | 31 #define BPF_MAP_ARRAY_STX(map_fd, array_indx, reg_to_save)\ argument 35 BPF_ST_MEM(BPF_W, BPF_REG_2, 0, array_indx), \ 48 const uint32_t *const array_indx,
|
D | bpf_common.c | 64 const uint32_t *const array_indx, in bpf_map_array_get() argument 69 .key = ptr_to_u64(array_indx), in bpf_map_array_get() 78 map_fd, *array_indx); in bpf_map_array_get()
|