Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c409 return type == PTR_TO_MAP_VALUE_OR_NULL || in reg_type_may_be_null()
506 [PTR_TO_MAP_VALUE_OR_NULL] = "map_value_or_null",
602 t == PTR_TO_MAP_VALUE_OR_NULL) in print_verifier_state()
2198 case PTR_TO_MAP_VALUE_OR_NULL: in is_spillable_regtype()
5464 regs[BPF_REG_0].type = PTR_TO_MAP_VALUE_OR_NULL; in check_helper_call()
6023 case PTR_TO_MAP_VALUE_OR_NULL: in adjust_ptr_min_max_vals()
7744 } else if (reg->type == PTR_TO_MAP_VALUE_OR_NULL) { in mark_ptr_or_null_reg()
9174 case PTR_TO_MAP_VALUE_OR_NULL: in regsafe()
9182 if (rcur->type != PTR_TO_MAP_VALUE_OR_NULL) in regsafe()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1183 PTR_TO_MAP_VALUE_OR_NULL
1243 The 'id' field is also used on PTR_TO_MAP_VALUE_OR_NULL, common to all copies of
1255 behaviour to the handling for PTR_TO_MAP_VALUE_OR_NULL->PTR_TO_MAP_VALUE, but
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h389 PTR_TO_MAP_VALUE_OR_NULL,/* points to map elem value or NULL */ enumerator