Searched refs:bpf_from (Results 1 – 3 of 3) sorted by relevance
144 static inline int bpf2a64_offset(int bpf_to, int bpf_from, in bpf2a64_offset() argument149 int from = ctx->offset[bpf_from] - 1; in bpf2a64_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()
399 static inline int bpf2a32_offset(int bpf_to, int bpf_from, in bpf2a32_offset() argument406 from = ctx->offsets[bpf_from]; in bpf2a32_offset()