Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dhelpers.c536 .arg4_type = ARG_PTR_TO_LONG,
564 .arg4_type = ARG_PTR_TO_LONG,
Dverifier.c4783 type == ARG_PTR_TO_LONG; in arg_type_is_int_ptr()
4790 else if (type == ARG_PTR_TO_LONG) in int_ptr_type_to_size()
4921 [ARG_PTR_TO_LONG] = &int_ptr_types,
/Linux-v5.15/include/linux/
Dbpf.h329 ARG_PTR_TO_LONG, /* pointer to long */ enumerator