Searched refs:bpf_sock_is_valid_access (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | bpf.h | 2169 bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, 2183 static inline bool bpf_sock_is_valid_access(int off, int size, in bpf_sock_is_valid_access() function
|
/linux/net/core/ |
A D | filter.c | 7965 return bpf_sock_is_valid_access(off, size, type, info); in bpf_sock_common_is_valid_access() 7969 bool bpf_sock_is_valid_access(int off, int size, enum bpf_access_type type, in bpf_sock_is_valid_access() function 8003 if (!bpf_sock_is_valid_access(off, size, type, info)) in sock_filter_is_valid_access()
|
/linux/kernel/bpf/ |
A D | verifier.c | 3623 valid = bpf_sock_is_valid_access(off, size, t, &info); in check_sock_access()
|
/linux/ |
A D | System.map | 51376 ffff800010dbd2b0 t bpf_sock_is_valid_access.part.0 51486 ffff800010dc70e0 T bpf_sock_is_valid_access
|
A D | .tmp_System.map | 51376 ffff800010dbd2b0 t bpf_sock_is_valid_access.part.0 51486 ffff800010dc70e0 T bpf_sock_is_valid_access
|
Completed in 352 milliseconds