Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c584 .arg3_type = ARG_PTR_TO_CONST_STR,
1078 .arg3_type = ARG_PTR_TO_CONST_STR,
H A Dverifier.c8799 [ARG_PTR_TO_CONST_STR] = &const_str_ptr_types,
9470 case ARG_PTR_TO_CONST_STR: in check_func_arg()
/linux/include/linux/
H A Dbpf.h781 ARG_PTR_TO_CONST_STR, /* pointer to a null terminated read-only string */ enumerator