]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commitb390134c2423c557cac844ee3b7cb52dc1cfab02
treeae6f3b12ca651fceaf140a16b865d12854bc26d6
parent08dbc7a66af2321661173c04d872eba44003cc13
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