summaryrefslogtreecommitdiff
path: root/bpf_progs/bpf_net_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* rename try_make_readable() to try_make_writable()Maciej Żenczykowski2022-04-111-2/+3
| | | | | | | | | In practice this function makes things readable and writable, so use a less confusing name. Test: TreeHugger, 'git grep try_make_readable' comes up empty Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I32faad148cc5714cf0ec7246620376ed4dd3d6d2
* [NETD-BPF#3] Relocate Tethering/bpf_progs and rename bpf_tethering_headersKen Chen2021-11-201-0/+72
The folder is currently used by tether offload only. Because we will move netd.c and clatd.c to it, the folder should be moved to the upper tier. Also, rename bpf_tethering_headers to bpf_connectivity_headers so that other connectivity code besides to tethering are justified to use it. Bug: 202086915 Test: atest FrameworksNetTests Change-Id: I95943c6e909f1fdca12604ef0c55d67c39ca686b