bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok
authorStanislav Fomichev <sdf@google.com>
Mon, 15 Jul 2019 16:39:52 +0000 (09:39 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 15 Jul 2019 21:15:53 +0000 (23:15 +0200)
commitb43995469e5804636a55372e9bbb17ccb22441c5
tree4839bae3945c253fc37e26c3f8490e538546766c
parent81f522f96f788ba978f505d5a03a039f75360b8b
bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok

Rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok to indicate
that it can be used for both loads and stores.

Cc: Yonghong Song <yhs@fb.com>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/linux/filter.h
net/core/filter.c