commit | 6b0d625f1e9fa4c3a4bac399b2ac9842a0849785 | [log] [tgz] |
---|---|---|
author | Chenbo Feng <fengc@google.com> | Mon Oct 15 12:01:32 2018 -0700 |
committer | Chenbo Feng <fengc@google.com> | Tue Oct 16 20:43:15 2018 -0700 |
tree | d6835095f511c440991efb565d78ad2f78043058 | |
parent | 6077fdfe34963fb70fdee633f055d3b6f65da221 [diff] |
Move bpf map and program definition into shared header The constant definitions of the pinned location of bpf programs and maps are used by netd, bpfloader now and will be used by the bpf kernel c program in the future. Move them into bpf_shared.h so they can be properly included by kernel programs as well. Bug: 112328133 Test: Build and flash devices, the programs and maps get pinned properly. Change-Id: I5fed66cd7e9c9a140fdf57835dc01b82b28e0ea7