Searched refs:bpf_ctx_narrow_access_ok (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | cgroup.c | 1221 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access() 1795 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access() 1799 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
|
| /Linux-v5.15/kernel/trace/ |
| D | bpf_trace.c | 1662 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access() 1667 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
|
| /Linux-v5.15/include/linux/ |
| D | filter.h | 852 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
|
| /Linux-v5.15/net/core/ |
| D | filter.c | 7784 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in bpf_skb_is_valid_access() 7981 return bpf_ctx_narrow_access_ok(off, size, size_default); in bpf_sock_is_valid_access() 8264 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in sock_addr_is_valid_access() 8348 return bpf_ctx_narrow_access_ok(off, size, in sock_ops_is_valid_access() 10309 return bpf_ctx_narrow_access_ok(off, size, size_default); in sk_reuseport_is_valid_access() 10474 return bpf_ctx_narrow_access_ok(off, size, sizeof(__u32)); in sk_lookup_is_valid_access()
|