commit | 4e3321ed3b3d8cba84215b92bc9ffb77a148657a | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Dec 08 12:59:23 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Thu Dec 08 13:04:45 2022 +0000 |
tree | 55643f1c5bb8384b95e69e805171fe243ff610b3 | |
parent | e49109552506fc1f2090d018e651b441c4f0ec19 [diff] [blame] |
bpf_tethering.h -> offload.h match header file with bpf program Locations to change found via: https://source.corp.google.com/search?q=p:aosp-master%20(%5E%7C%5B%5E_%5D)bpf_tethering.h Core reasoning for this will be to match the .h naming that we'll have for netd.c and clatd.c once we get rid of bpf_shared.h Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I4154659c7fb23a37f5316a5c804fb2606d842e9c
diff --git a/bpf_progs/offload.c b/bpf_progs/offload.c index e211d68..a8612df 100644 --- a/bpf_progs/offload.c +++ b/bpf_progs/offload.c
@@ -48,7 +48,7 @@ #include "bpf_helpers.h" #include "bpf_net_helpers.h" -#include "bpf_tethering.h" +#include "offload.h" // From kernel:include/net/ip.h #define IP_DF 0x4000 // Flag: "Don't Fragment"