Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dhelpers.c572 .arg3_type = ARG_PTR_TO_CONST_STR,
1053 .arg3_type = ARG_PTR_TO_CONST_STR,
Dverifier.c5756 [ARG_PTR_TO_CONST_STR] = &const_str_ptr_types,
6180 case ARG_PTR_TO_CONST_STR: in check_func_arg()
/linux-6.1.9/include/linux/
Dbpf.h506 ARG_PTR_TO_CONST_STR, /* pointer to a null terminated read-only string */ enumerator