Home
last modified time | relevance | path

Searched refs:PTR_TO_SOCKET_OR_NULL (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dverifier.c451 type == PTR_TO_SOCKET_OR_NULL || in reg_type_may_be_null()
469 type == PTR_TO_SOCKET_OR_NULL || in reg_type_may_be_refcounted_or_null()
562 [PTR_TO_SOCKET_OR_NULL] = "sock_or_null",
1157 case PTR_TO_SOCKET_OR_NULL: in mark_ptr_not_null_reg()
2571 case PTR_TO_SOCKET_OR_NULL: in is_spillable_regtype()
6335 regs[BPF_REG_0].type = PTR_TO_SOCKET_OR_NULL; in check_helper_call()
7007 case PTR_TO_SOCKET_OR_NULL: in adjust_ptr_min_max_vals()
10298 case PTR_TO_SOCKET_OR_NULL: in regsafe()
10831 case PTR_TO_SOCKET_OR_NULL: in reg_type_mismatch_ok()
/Linux-v5.15/include/linux/
Dbpf.h428 PTR_TO_SOCKET_OR_NULL, /* reg points to struct bpf_sock or NULL */ enumerator
/Linux-v5.15/Documentation/networking/
Dfilter.rst1246 PTR_TO_SOCKET_OR_NULL
1303 The 'id' field is also used on PTR_TO_SOCKET and PTR_TO_SOCKET_OR_NULL, common
/Linux-v5.15/net/core/
Dfilter.c8334 info->reg_type = PTR_TO_SOCKET_OR_NULL; in sock_ops_is_valid_access()
10462 info->reg_type = PTR_TO_SOCKET_OR_NULL; in sk_lookup_is_valid_access()