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.h767 RET_PTR_TO_MAP_VALUE, /* returns a pointer to map elem value */ enumerator
777 RET_PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | RET_PTR_TO_MAP_VALUE,
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1597 .ret_type = RET_PTR_TO_MAP_VALUE,
H A Dverifier.c10229 case RET_PTR_TO_MAP_VALUE: in check_helper_call()