Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h755 RET_PTR_TO_MAP_VALUE, /* returns a pointer to map elem value */ enumerator
765 RET_PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | RET_PTR_TO_MAP_VALUE,
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1580 .ret_type = RET_PTR_TO_MAP_VALUE,
H A Dverifier.c10245 case RET_PTR_TO_MAP_VALUE: in check_helper_call()