Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dhelpers.c503 .arg4_type = ARG_PTR_TO_LONG,
531 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c3942 type == ARG_PTR_TO_LONG; in arg_type_is_int_ptr()
3949 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
4073 [ARG_PTR_TO_LONG] = &int_ptr_types,
/Linux-v5.10/include/linux/
Dbpf.h288 ARG_PTR_TO_LONG, /* pointer to long */ enumerator