Home
last modified time | relevance | path

Searched refs:PTR_TO_SOCKET (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c393 return type == PTR_TO_SOCKET || in type_is_sk_pointer()
401 return type == PTR_TO_SOCKET || in reg_type_not_null()
427 return type == PTR_TO_SOCKET || in reg_type_may_be_refcounted_or_null()
512 [PTR_TO_SOCKET] = "sock",
2206 case PTR_TO_SOCKET: in is_spillable_regtype()
3069 case PTR_TO_SOCKET: in check_sock_access()
3219 case PTR_TO_SOCKET: in check_ptr_alignment()
4330 PTR_TO_SOCKET,
4340 PTR_TO_SOCKET,
4370 static const struct bpf_reg_types fullsock_types = { .types = { PTR_TO_SOCKET } };
[all …]
H A Dcgroup.c1872 info->reg_type = PTR_TO_SOCKET; in cg_sockopt_is_valid_access()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1194 PTR_TO_SOCKET
1198 returns this type, which becomes a PTR_TO_SOCKET when
1199 checked != NULL. PTR_TO_SOCKET is reference-counted,
1253 The 'id' field is also used on PTR_TO_SOCKET and PTR_TO_SOCKET_OR_NULL, common
1256 it also handles reference tracking for the pointer. PTR_TO_SOCKET implicitly
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h395 PTR_TO_SOCKET, /* reg points to struct bpf_sock */ enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c8057 info->reg_type = PTR_TO_SOCKET; in sock_addr_is_valid_access()
8199 info->reg_type = PTR_TO_SOCKET; in sk_msg_is_valid_access()