Home
last modified time | relevance | path

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

/net/core/
Dfilter.c8137 return bpf_sock_is_valid_access(off, size, type, info); in bpf_sock_common_is_valid_access()
8141 bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_sock_is_valid_access() function
8183 if (!bpf_sock_is_valid_access(off, size, type, info)) in sock_filter_is_valid_access()