Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dcgroup.c1257 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access()
1833 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
1837 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
/linux/kernel/trace/
A Dbpf_trace.c1728 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
1733 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
/linux/include/linux/
A Dfilter.h851 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
/linux/net/core/
A Dfilter.c7793 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in bpf_skb_is_valid_access()
7992 return bpf_ctx_narrow_access_ok(off, size, size_default); in bpf_sock_is_valid_access()
8275 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in sock_addr_is_valid_access()
8359 return bpf_ctx_narrow_access_ok(off, size, in sock_ops_is_valid_access()
10380 return bpf_ctx_narrow_access_ok(off, size, size_default); in sk_reuseport_is_valid_access()
10547 return bpf_ctx_narrow_access_ok(off, size, sizeof(__u32)); in sk_lookup_is_valid_access()

Completed in 34 milliseconds