Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcgroup.c831 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access()
1318 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
1322 return bpf_ctx_narrow_access_ok(off, size, size_default); in sysctl_is_valid_access()
/Linux-v5.4/kernel/trace/
Dbpf_trace.c1131 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
1136 if (!bpf_ctx_narrow_access_ok(off, size, size_u64)) in pe_prog_is_valid_access()
/Linux-v5.4/include/linux/
Dfilter.h746 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
/Linux-v5.4/net/core/
Dfilter.c6520 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in bpf_skb_is_valid_access()
6715 return bpf_ctx_narrow_access_ok(off, size, size_default); in bpf_sock_is_valid_access()
6986 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in sock_addr_is_valid_access()
8854 return bpf_ctx_narrow_access_ok(off, size, size_default); in sk_reuseport_is_valid_access()