Home
last modified time | relevance | path

Searched refs:bpf_sock_is_valid_access (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf.h3074 bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type,
3090 static inline bool bpf_sock_is_valid_access(int off, int size, in bpf_sock_is_valid_access() function
/openbmc/linux/net/core/
H A Dfilter.c8760 return bpf_sock_is_valid_access(off, size, type, info); in bpf_sock_common_is_valid_access()
8764 bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_sock_is_valid_access() function
8806 if (!bpf_sock_is_valid_access(off, size, type, info)) in sock_filter_is_valid_access()
/openbmc/linux/kernel/bpf/
H A Dverifier.c5621 valid = bpf_sock_is_valid_access(off, size, t, &info); in check_sock_access()