|
@@ -139,6 +139,10 @@ static unsigned long long (*bpf_get_current_cgroup_id)(void) =
|
|
(void *) BPF_FUNC_get_current_cgroup_id;
|
|
(void *) BPF_FUNC_get_current_cgroup_id;
|
|
static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) =
|
|
static void *(*bpf_get_local_storage)(void *map, unsigned long long flags) =
|
|
(void *) BPF_FUNC_get_local_storage;
|
|
(void *) BPF_FUNC_get_local_storage;
|
|
|
|
+static unsigned long long (*bpf_skb_cgroup_id)(void *ctx) =
|
|
|
|
+ (void *) BPF_FUNC_skb_cgroup_id;
|
|
|
|
+static unsigned long long (*bpf_skb_ancestor_cgroup_id)(void *ctx, int level) =
|
|
|
|
+ (void *) BPF_FUNC_skb_ancestor_cgroup_id;
|
|
|
|
|
|
/* llvm builtin functions that eBPF C program may use to
|
|
/* llvm builtin functions that eBPF C program may use to
|
|
* emit BPF_LD_ABS and BPF_LD_IND instructions
|
|
* emit BPF_LD_ABS and BPF_LD_IND instructions
|