Home
last modified time | relevance | path

Searched refs:PTR_TO_SOCKET_OR_NULL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c410 type == PTR_TO_SOCKET_OR_NULL || in reg_type_may_be_null()
428 type == PTR_TO_SOCKET_OR_NULL || in reg_type_may_be_refcounted_or_null()
513 [PTR_TO_SOCKET_OR_NULL] = "sock_or_null",
2207 case PTR_TO_SOCKET_OR_NULL: in is_spillable_regtype()
5468 regs[BPF_REG_0].type = PTR_TO_SOCKET_OR_NULL; in check_helper_call()
7758 } else if (reg->type == PTR_TO_SOCKET_OR_NULL) { in mark_ptr_or_null_reg()
9216 case PTR_TO_SOCKET_OR_NULL: in regsafe()
9733 case PTR_TO_SOCKET_OR_NULL: in reg_type_mismatch_ok()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h396 PTR_TO_SOCKET_OR_NULL, /* reg points to struct bpf_sock or NULL */ enumerator
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1196 PTR_TO_SOCKET_OR_NULL
1253 The 'id' field is also used on PTR_TO_SOCKET and PTR_TO_SOCKET_OR_NULL, common
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c8105 info->reg_type = PTR_TO_SOCKET_OR_NULL; in sock_ops_is_valid_access()
10214 info->reg_type = PTR_TO_SOCKET_OR_NULL; in sk_lookup_is_valid_access()