Home | History | Annotate | Download | only in tc

Lines Matching refs:ioff

1317 		unsigned int ioff, rmap;
1324 ioff = relo.r_offset / sizeof(struct bpf_insn);
1325 if (ioff >= num_insns ||
1326 insns[ioff].code != (BPF_LD | BPF_IMM | BPF_DW))
1342 data_insn->sec_name, ioff);
1344 insns[ioff].src_reg = BPF_PSEUDO_MAP_FD;
1345 insns[ioff].imm = ctx->map_fds[rmap];