Searched refs:PTR_TO_TCP_SOCK_OR_NULL (Results 1 – 2 of 2) sorted by relevance
412 type == PTR_TO_TCP_SOCK_OR_NULL || in reg_type_may_be_null()430 type == PTR_TO_TCP_SOCK_OR_NULL || in reg_type_may_be_refcounted_or_null()517 [PTR_TO_TCP_SOCK_OR_NULL] = "tcp_sock_or_null",2211 case PTR_TO_TCP_SOCK_OR_NULL: in is_spillable_regtype()5474 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK_OR_NULL; in check_helper_call()7762 } else if (reg->type == PTR_TO_TCP_SOCK_OR_NULL) { in mark_ptr_or_null_reg()9220 case PTR_TO_TCP_SOCK_OR_NULL: in regsafe()9737 case PTR_TO_TCP_SOCK_OR_NULL: in reg_type_mismatch_ok()
400 PTR_TO_TCP_SOCK_OR_NULL, /* reg points to struct tcp_sock or NULL */ enumerator