Lines Matching defs:from
46 /* return value from in-kernel function, and exit value from eBPF */
48 /* arguments from eBPF program to in-kernel function */
194 * from the branch itself, so we must subtract 1 from the
211 int from = ctx->idx;
213 return to - from;
245 * The offset is calculated from imm12 and scale in the following way:
2109 /* Replace the branch instruction from @ip to @old_addr in a bpf prog or a bpf
2110 * trampoline with the branch instruction from @ip to @new_addr. If @old_addr
2166 * The dummy_tramp is used to prevent another CPU from jumping to unknown
2231 * never jump from plt to an unknown place.