Searched refs:adj_idx (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c18993 int adj_idx = i + delta; local
18997 insn = insns[adj_idx];
18999 if (!aux[adj_idx].zext_dst) {
19024 aux[adj_idx].ptr_type == PTR_TO_CTX)
19064 new_prog = bpf_patch_insn_data(env, adj_idx, patch, patch_len);

Completed in 404 milliseconds