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

/linux-master/kernel/bpf/
H A Dhelpers.c583 .arg3_type = ARG_PTR_TO_CONST_STR,
1057 /* ARG_PTR_TO_CONST_STR guarantees that fmt is zero-terminated so we
1077 .arg3_type = ARG_PTR_TO_CONST_STR,
H A Dverifier.c8216 [ARG_PTR_TO_CONST_STR] = &const_str_ptr_types,
8811 case ARG_PTR_TO_CONST_STR:
10101 /* fmt being ARG_PTR_TO_CONST_STR guarantees that var_off is const
/linux-master/include/linux/
H A Dbpf.h734 ARG_PTR_TO_CONST_STR, /* pointer to a null terminated read-only string */ enumerator in enum:bpf_arg_type

Completed in 204 milliseconds