Searched refs:bpf_for_each_reg_in_vstate (Results 1 – 3 of 3) sorted by relevance
/linux/ |
H A D | .clang-format | 114 - 'bpf_for_each_reg_in_vstate'
|
/linux/include/linux/ |
H A D | bpf_verifier.h | 495 #define bpf_for_each_reg_in_vstate(__vst, __state, __reg, __expr) \ macro
|
/linux/kernel/bpf/ |
H A D | verifier.c | 906 bpf_for_each_reg_in_vstate(env->cur_state, fstate, dreg, ({ in destroy_if_dynptr_stack_slot() 9874 bpf_for_each_reg_in_vstate(env->cur_state, state, reg, ({ in clear_all_pkt_pointers() 9937 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in release_reference() 9950 bpf_for_each_reg_in_vstate(env->cur_state, unused, reg, ({ in invalidate_non_owning_refs() 11069 bpf_for_each_reg_in_vstate(env->cur_state, state, reg, ({ in check_helper_call() 12147 bpf_for_each_reg_in_vstate(env->cur_state, unused, reg, ({ in ref_convert_owning_non_owning() 15217 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in find_good_pkt_pointers() 15761 bpf_for_each_reg_in_vstate(vstate, state, reg, ({ in mark_ptr_or_null_regs()
|