Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/bpf/
H A Dverifier.rst140 PTR_TO_SOCKET
144 returns this type, which becomes a PTR_TO_SOCKET when
145 checked != NULL. PTR_TO_SOCKET is reference-counted,
199 The 'id' field is also used on PTR_TO_SOCKET and PTR_TO_SOCKET_OR_NULL, common
202 it also handles reference tracking for the pointer. PTR_TO_SOCKET implicitly
/openbmc/linux/kernel/bpf/
H A Dverifier.c437 return type == PTR_TO_SOCKET || in type_is_sk_pointer()
622 [PTR_TO_SOCKET] = "sock", in reg_type_str()
2190 reg->type = PTR_TO_SOCKET; in mark_ptr_not_null_reg()
4460 case PTR_TO_SOCKET: in is_spillable_regtype()
5611 case PTR_TO_SOCKET: in check_sock_access()
5807 case PTR_TO_SOCKET: in check_ptr_alignment()
8044 PTR_TO_SOCKET,
8054 PTR_TO_SOCKET,
12530 case PTR_TO_SOCKET: in adjust_ptr_min_max_vals()
16916 case PTR_TO_SOCKET: in reg_type_mismatch_ok()
[all …]
H A Dcgroup.c2389 info->reg_type = PTR_TO_SOCKET; in cg_sockopt_is_valid_access()
/openbmc/linux/include/linux/
H A Dbpf.h856 PTR_TO_SOCKET, /* reg points to struct bpf_sock */ enumerator
884 PTR_TO_SOCKET_OR_NULL = PTR_MAYBE_NULL | PTR_TO_SOCKET,
/openbmc/linux/net/core/
H A Dfilter.c9121 info->reg_type = PTR_TO_SOCKET; in sock_addr_is_valid_access()
9268 info->reg_type = PTR_TO_SOCKET; in sk_msg_is_valid_access()
11298 info->reg_type = PTR_TO_SOCKET; in sk_reuseport_is_valid_access()