commit | aa0ad5b0391e268bdecf6cda31268388844f8afd | [log] [tgz] |
---|---|---|
author | Roman Gushchin <guro@fb.com> | Thu Aug 02 14:27:19 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Aug 03 00:47:32 2018 +0200 |
tree | a763afafb670908f733cf1473da4e54edf360763 | |
parent | de9cbbaadba5adf88a19e46df61f7054000838f6 [diff] |
bpf: pass a pointer to a cgroup storage using pcpu variable This commit introduces the bpf_cgroup_storage_set() helper, which will be used to pass a pointer to a cgroup storage to the bpf helper. Signed-off-by: Roman Gushchin <guro@fb.com> Cc: Alexei Starovoitov <ast@kernel.org> Cc: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>