Home
last modified time | relevance | path

Searched refs:ARG_KPTR_XCHG_DEST (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dhelpers.c1639 .arg1_type = ARG_KPTR_XCHG_DEST,
H A Dverifier.c8435 [ARG_KPTR_XCHG_DEST] = &kptr_xchg_dest_types,
8880 if (reg->ref_obj_id && base_type(arg_type) != ARG_KPTR_XCHG_DEST) { in check_func_arg()
9035 case ARG_KPTR_XCHG_DEST: in check_func_arg()
/linux/include/linux/
H A Dbpf.h758 ARG_KPTR_XCHG_DEST, /* pointer to destination that kptrs are bpf_kptr_xchg'd into */ enumerator