Home
last modified time | relevance | path

Searched refs:BPF_DYNPTR_TYPE_LOCAL (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c1663 bpf_dynptr_init(ptr, data, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
1698 case BPF_DYNPTR_TYPE_LOCAL: in BPF_CALL_5()
1743 case BPF_DYNPTR_TYPE_LOCAL: in BPF_CALL_5()
1795 case BPF_DYNPTR_TYPE_LOCAL: in BPF_CALL_3()
2479 case BPF_DYNPTR_TYPE_LOCAL: in bpf_dynptr_slice()
H A Dringbuf.c763 bpf_dynptr_init(&dynptr, sample, BPF_DYNPTR_TYPE_LOCAL, 0, size); in BPF_CALL_4()
H A Dlog.c493 case BPF_DYNPTR_TYPE_LOCAL: in dynptr_type_str()
H A Dverifier.c649 return BPF_DYNPTR_TYPE_LOCAL; in arg_to_dynptr_type()
664 case BPF_DYNPTR_TYPE_LOCAL: in get_dynptr_type_flag()
9827 mark_dynptr_cb_reg(env, &callee->regs[BPF_REG_1], BPF_DYNPTR_TYPE_LOCAL); in set_user_ringbuf_callback_state()
20797 __mark_dynptr_reg(reg, BPF_DYNPTR_TYPE_LOCAL, true, ++env->id_gen); in do_check_common()
/linux/include/linux/
H A Dbpf.h1265 BPF_DYNPTR_TYPE_LOCAL, enumerator