]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: prefix cbpf internal helpers with bpf_
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 3 May 2018 23:08:12 +0000 (01:08 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 3 May 2018 23:49:19 +0000 (16:49 -0700)
commit9bc366258cfec990b1a67c62fab855867bef103b
treeae6f3b12ca651fceaf140a16b865d12854bc26d6
parent12f4317d6a83248b51cf7be56f0d3d8e32c4374f
bpf: prefix cbpf internal helpers with bpf_

No change in functionality, just remove the '__' prefix and replace it
with a 'bpf_' prefix instead. We later on add a couple of more helpers
for cBPF and keeping the scheme with '__' is suboptimal there.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
net/core/filter.c