Lines Matching refs:struct_ops
2 bpftool-struct_ops
5 tool to register/unregister/introspect BPF struct_ops
13 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND*
23 | **bpftool** **struct_ops { show | list }** [*STRUCT_OPS_MAP*]
24 | **bpftool** **struct_ops dump** [*STRUCT_OPS_MAP*]
25 | **bpftool** **struct_ops register** *OBJ*
26 | **bpftool** **struct_ops unregister** *STRUCT_OPS_MAP*
27 | **bpftool** **struct_ops help**
35 **bpftool struct_ops { show | list }** [*STRUCT_OPS_MAP*]
36 Show brief information about the struct_ops in the system.
38 for the given struct_ops. Otherwise, it lists all struct_ops
41 Output will start with struct_ops map ID, followed by its map
42 name and its struct_ops's kernel type.
44 **bpftool struct_ops dump** [*STRUCT_OPS_MAP*]
45 Dump details information about the struct_ops in the system.
47 for the given struct_ops. Otherwise, it dumps all struct_ops
50 **bpftool struct_ops register** *OBJ*
51 Register bpf struct_ops from *OBJ*. All struct_ops under
52 the ELF section ".struct_ops" will be registered to
55 **bpftool struct_ops unregister** *STRUCT_OPS_MAP*
58 **bpftool struct_ops help**
67 **# bpftool struct_ops show**
74 **# bpftool struct_ops unregister id 105**
80 **# bpftool struct_ops register bpf_cubic.o**