Home
last modified time | relevance | path

Searched refs:struct_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-struct_ops.rst2 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.
[all …]
Dbpftool-map.rst53 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage** }
Dbpftool-prog.rst48 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/Linux-v5.10/tools/bpf/bpftool/bash-completion/
Dbpftool481 cgroup/setsockopt struct_ops \
587 struct_ops)
596 _bpftool_get_map_ids_for_type struct_ops
599 _bpftool_get_map_names_for_type struct_ops
708 struct_ops inode_storage' -- \
/Linux-v5.10/kernel/bpf/
Dbtf.c3097 static struct btf_kind_operations struct_ops = { variable
3736 [BTF_KIND_STRUCT] = &struct_ops,
3737 [BTF_KIND_UNION] = &struct_ops,
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c8170 BPF_PROG_TYPE_FNS(struct_ops, BPF_PROG_TYPE_STRUCT_OPS);