Searched refs:bpf_ctx_narrow_access_ok (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | bpf_trace.c | 896 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access() 901 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
|
/Linux-v4.19/kernel/bpf/ |
D | cgroup.c | 707 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access()
|
/Linux-v4.19/include/linux/ |
D | filter.h | 682 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
|
/Linux-v4.19/net/core/ |
D | filter.c | 5226 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in bpf_skb_is_valid_access() 5348 return bpf_ctx_narrow_access_ok(off, size, size_default); in __sock_filter_check_size() 5602 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in sock_addr_is_valid_access() 7241 return bpf_ctx_narrow_access_ok(off, size, size_default); in sk_reuseport_is_valid_access()
|