Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c1239 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access()
1731 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
1735 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1836 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
1841 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h801 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c7547 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in bpf_skb_is_valid_access()
7744 return bpf_ctx_narrow_access_ok(off, size, size_default); in bpf_sock_is_valid_access()
7749 return bpf_ctx_narrow_access_ok(off, size, field_size); in bpf_sock_is_valid_access()
8035 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in sock_addr_is_valid_access()
8119 return bpf_ctx_narrow_access_ok(off, size, in sock_ops_is_valid_access()
10069 return bpf_ctx_narrow_access_ok(off, size, size_default); in sk_reuseport_is_valid_access()
10226 return bpf_ctx_narrow_access_ok(off, size, sizeof(__u32)); in sk_lookup_is_valid_access()