Home
last modified time | relevance | path

Searched refs:PTR_TO_TCP_SOCK_OR_NULL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dverifier.c412 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",
2208 case PTR_TO_TCP_SOCK_OR_NULL: in is_spillable_regtype()
5145 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK_OR_NULL; in check_helper_call()
5507 case PTR_TO_TCP_SOCK_OR_NULL: in adjust_ptr_min_max_vals()
7245 } else if (reg->type == PTR_TO_TCP_SOCK_OR_NULL) { in mark_ptr_or_null_reg()
8703 case PTR_TO_TCP_SOCK_OR_NULL: in regsafe()
9230 case PTR_TO_TCP_SOCK_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.10/include/linux/
Dbpf.h386 PTR_TO_TCP_SOCK_OR_NULL, /* reg points to struct tcp_sock or NULL */ enumerator