commit | b390134c2423c557cac844ee3b7cb52dc1cfab02 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri May 04 01:08:12 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu May 03 16:49:19 2018 -0700 |
tree | ae6f3b12ca651fceaf140a16b865d12854bc26d6 | |
parent | 08dbc7a66af2321661173c04d872eba44003cc13 [diff] |
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>