Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h734 ARG_PTR_TO_INT, /* pointer to int */ enumerator
/linux/net/core/
H A Dfilter.c6349 .arg3_type = ARG_PTR_TO_INT,
6360 .arg3_type = ARG_PTR_TO_INT,
/linux/kernel/bpf/
H A Dverifier.c8143 if (type == ARG_PTR_TO_INT) in int_ptr_type_to_size()
8288 [ARG_PTR_TO_INT] = &int_ptr_types,
8877 case ARG_PTR_TO_INT: in check_func_arg()