Searched refs:fixup_len (Results 1 – 2 of 2) sorted by relevance
152 u32 fixup_len; in bpf_int_jit_compile() local245 fixup_len = fp->aux->num_exentries * BPF_FIXUP_LEN * 4; in bpf_int_jit_compile()249 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()259 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile()
889 let (fixup_len, fixup_offset) = match fixup { in apply_sg()899 let target_offset_end = fixup_offset.checked_add(fixup_len).ok_or(EINVAL)?; in apply_sg()924 if let Err(err) = reader.skip(fixup_len) { in apply_sg()925 pr_warn!("Failed skipping {} from reader: {:?}", fixup_len, err); in apply_sg()