Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dbpf_trace.c896 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/
Dcgroup.c707 if (!bpf_ctx_narrow_access_ok(off, size, size_default)) in cgroup_dev_is_valid_access()
/Linux-v4.19/include/linux/
Dfilter.h682 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() function
/Linux-v4.19/net/core/
Dfilter.c5226 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()