Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c338 type == PTR_TO_TCP_SOCK_OR_NULL; in reg_type_may_be_null()
352 type == PTR_TO_TCP_SOCK_OR_NULL; in reg_type_may_be_refcounted_or_null()
400 [PTR_TO_TCP_SOCK_OR_NULL] = "tcp_sock_or_null",
1850 case PTR_TO_TCP_SOCK_OR_NULL: in is_spillable_regtype()
4092 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK_OR_NULL; in check_helper_call()
4373 case PTR_TO_TCP_SOCK_OR_NULL: in adjust_ptr_min_max_vals()
5631 } else if (reg->type == PTR_TO_TCP_SOCK_OR_NULL) { in mark_ptr_or_null_reg()
6914 case PTR_TO_TCP_SOCK_OR_NULL: in regsafe()
7441 case PTR_TO_TCP_SOCK_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.4/include/linux/
Dbpf.h281 PTR_TO_TCP_SOCK_OR_NULL, /* reg points to struct tcp_sock or NULL */ enumerator