diff options
author | Kui-Feng Lee <[email protected]> | 2023-04-19 17:28:21 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-04-21 11:10:10 -0700 |
commit | 0232b788978652571c4f4e57dc26ff8e4837926a (patch) | |
tree | 96f9779db401ce754b781c8bd47eda57cacd4c24 /kernel/bpf/syscall.c | |
parent | 833d67ecdc5f35f1ebf59d0fccc1ce771434be9c (diff) |
bpftool: Register struct_ops with a link.
You can include an optional path after specifying the object name for the
'struct_ops register' subcommand.
Since the commit 226bc6ae6405 ("Merge branch 'Transit between BPF TCP
congestion controls.'") has been accepted, it is now possible to create a
link for a struct_ops. This can be done by defining a struct_ops in
SEC(".struct_ops.link") to make libbpf returns a real link. If we don't pin
the links before leaving bpftool, they will disappear. To instruct bpftool
to pin the links in a directory with the names of the maps, we need to
provide the path of that directory.
Signed-off-by: Kui-Feng Lee <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'kernel/bpf/syscall.c')
0 files changed, 0 insertions, 0 deletions