Searched refs:is_ctx_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c5656 static bool is_ctx_reg(struct bpf_verifier_env *env, int regno) function
5681 /* Separate to is_ctx_reg() since we still want to allow BPF_ST here. */
7031 if (is_ctx_reg(env, insn->dst_reg) ||

Completed in 137 milliseconds