Searched refs:map_fds (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.c698 int map_fds[ELF_MAX_MAPS]; member in struct:bpf_elf_ctx
1147 ctx->map_fds[i] = fd;
1195 if (ctx->map_num > ARRAY_SIZE(ctx->map_fds)) {
1333 if (rmap >= ARRAY_SIZE(ctx->map_fds))
1335 if (!ctx->map_fds[rmap])
1341 bpf_str_tab_name(ctx, &sym), ctx->map_fds[rmap],
1345 insns[ioff].imm = ctx->map_fds[rmap];
1408 for (i = 0; i < ARRAY_SIZE(ctx->map_fds); i++)
1409 if (ctx->map_fds[i] && ctx->maps[i].id == id &&
1441 ret = bpf_map_update(ctx->map_fds[id
[all...]

Completed in 240 milliseconds