Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c453 type == PTR_TO_TCP_SOCK_OR_NULL || in reg_type_may_be_null()
471 type == PTR_TO_TCP_SOCK_OR_NULL || in reg_type_may_be_refcounted_or_null()
566 [PTR_TO_TCP_SOCK_OR_NULL] = "tcp_sock_or_null",
1163 case PTR_TO_TCP_SOCK_OR_NULL: in mark_ptr_not_null_reg()
2575 case PTR_TO_TCP_SOCK_OR_NULL: in is_spillable_regtype()
6341 regs[BPF_REG_0].type = PTR_TO_TCP_SOCK_OR_NULL; in check_helper_call()
7011 case PTR_TO_TCP_SOCK_OR_NULL: in adjust_ptr_min_max_vals()
10302 case PTR_TO_TCP_SOCK_OR_NULL: in regsafe()
10835 case PTR_TO_TCP_SOCK_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.15/include/linux/
Dbpf.h432 PTR_TO_TCP_SOCK_OR_NULL, /* reg points to struct tcp_sock or NULL */ enumerator