Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dverifier.c411 type == PTR_TO_SOCK_COMMON_OR_NULL || in reg_type_may_be_null()
515 [PTR_TO_SOCK_COMMON_OR_NULL] = "sock_common_or_null",
2206 case PTR_TO_SOCK_COMMON_OR_NULL: in is_spillable_regtype()
5142 regs[BPF_REG_0].type = PTR_TO_SOCK_COMMON_OR_NULL; in check_helper_call()
5505 case PTR_TO_SOCK_COMMON_OR_NULL: in adjust_ptr_min_max_vals()
7243 } else if (reg->type == PTR_TO_SOCK_COMMON_OR_NULL) { in mark_ptr_or_null_reg()
8701 case PTR_TO_SOCK_COMMON_OR_NULL: in regsafe()
9228 case PTR_TO_SOCK_COMMON_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.10/include/linux/
Dbpf.h384 PTR_TO_SOCK_COMMON_OR_NULL, /* reg points to sock_common or NULL */ enumerator
/Linux-v5.10/net/core/
Dfilter.c7520 info->reg_type = PTR_TO_SOCK_COMMON_OR_NULL; in bpf_skb_is_valid_access()