Home
last modified time | relevance | path

Searched refs:PTR_TO_RDWR_BUF_OR_NULL (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dmap_iter.c179 PTR_TO_RDWR_BUF_OR_NULL },
Dverifier.c416 type == PTR_TO_RDWR_BUF_OR_NULL; in reg_type_may_be_null()
528 [PTR_TO_RDWR_BUF_OR_NULL] = "rdwr_buf_or_null",
2215 case PTR_TO_RDWR_BUF_OR_NULL: in is_spillable_regtype()
7253 } else if (reg->type == PTR_TO_RDWR_BUF_OR_NULL) { in mark_ptr_or_null_reg()
Dbtf.c4531 ctx_arg_info->reg_type == PTR_TO_RDWR_BUF_OR_NULL)) { in btf_ctx_access()
/Linux-v5.10/net/core/
Dbpf_sk_storage.c861 PTR_TO_RDWR_BUF_OR_NULL },
/Linux-v5.10/include/linux/
Dbpf.h410 PTR_TO_RDWR_BUF_OR_NULL, /* reg points to a read/write buffer or NULL */ enumerator