bpf: Rename some functions in bpf_sk_storage
authorMartin KaFai Lau <kafai@fb.com>
Thu, 12 Nov 2020 21:13:07 +0000 (13:13 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 13 Nov 2020 02:39:27 +0000 (18:39 -0800)
commite794bfddb8b8521bd016e73b411d6b03149e9e66
tree03dcc4441fce70a1ccfce9cb56b2077d4fe7682d
parent9e838b02b0bb795793f12049307a354e28b5749c
bpf: Rename some functions in bpf_sk_storage

Rename some of the functions currently prefixed with sk_storage
to bpf_sk_storage.  That will make the next patch have fewer
prefix check and also bring the bpf_sk_storage.c to a more
consistent function naming.

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: KP Singh <kpsingh@google.com>
Link: https://lore.kernel.org/bpf/20201112211307.2587021-1-kafai@fb.com
net/core/bpf_sk_storage.c