Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dhelpers.c1015 .arg3_type = ARG_PTR_TO_CONST_STR,
Dverifier.c4925 [ARG_PTR_TO_CONST_STR] = &const_str_ptr_types,
5202 } else if (arg_type == ARG_PTR_TO_CONST_STR) { in check_func_arg()
/Linux-v5.15/include/linux/
Dbpf.h340 ARG_PTR_TO_CONST_STR, /* pointer to a null terminated read-only string */ enumerator