Searched refs:bpf_to (Results 1 – 3 of 3) sorted by relevance
144 static inline int bpf2a64_offset(int bpf_to, int bpf_from, in bpf2a64_offset() argument147 int to = ctx->offset[bpf_to]; in bpf2a64_offset()
399 static inline int bpf2a32_offset(int bpf_to, int bpf_from, in bpf2a32_offset() argument405 to = ctx->offsets[bpf_to]; in bpf2a32_offset()
548 static int rv_offset(int bpf_to, int bpf_from, struct rv_jit_context *ctx) in rv_offset() argument550 int from = ctx->offset[bpf_from] - 1, to = ctx->offset[bpf_to]; in rv_offset()