Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dmap_iter.c179 PTR_TO_RDWR_BUF_OR_NULL },
Dverifier.c457 type == PTR_TO_RDWR_BUF_OR_NULL; in reg_type_may_be_null()
577 [PTR_TO_RDWR_BUF_OR_NULL] = "rdwr_buf_or_null",
1175 case PTR_TO_RDWR_BUF_OR_NULL: in mark_ptr_not_null_reg()
2582 case PTR_TO_RDWR_BUF_OR_NULL: in is_spillable_regtype()
Dbtf.c4807 ctx_arg_info->reg_type == PTR_TO_RDWR_BUF_OR_NULL)) { in btf_ctx_access()
/Linux-v5.15/net/core/
Dbpf_sk_storage.c932 PTR_TO_RDWR_BUF_OR_NULL },
/Linux-v5.15/include/linux/
Dbpf.h456 PTR_TO_RDWR_BUF_OR_NULL, /* reg points to a read/write buffer or NULL */ enumerator