Home | History | Annotate | Download | only in tc

Lines Matching refs:rmap

1317 		unsigned int ioff, rmap;
1332 rmap = sym.st_value / sizeof(struct bpf_elf_map);
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];