Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c337 type == PTR_TO_SOCK_COMMON_OR_NULL || in reg_type_may_be_null()
398 [PTR_TO_SOCK_COMMON_OR_NULL] = "sock_common_or_null",
1848 case PTR_TO_SOCK_COMMON_OR_NULL: in is_spillable_regtype()
4088 regs[BPF_REG_0].type = PTR_TO_SOCK_COMMON_OR_NULL; in check_helper_call()
4371 case PTR_TO_SOCK_COMMON_OR_NULL: in adjust_ptr_min_max_vals()
5629 } else if (reg->type == PTR_TO_SOCK_COMMON_OR_NULL) { in mark_ptr_or_null_reg()
6912 case PTR_TO_SOCK_COMMON_OR_NULL: in regsafe()
7439 case PTR_TO_SOCK_COMMON_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.4/include/linux/
Dbpf.h279 PTR_TO_SOCK_COMMON_OR_NULL, /* reg points to sock_common or NULL */ enumerator
/Linux-v5.4/net/core/
Dfilter.c6511 info->reg_type = PTR_TO_SOCK_COMMON_OR_NULL; in bpf_skb_is_valid_access()