Home
last modified time | relevance | path

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

/Linux-v5.15/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.rst54 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
Dbpftool-prog.rst50 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/Linux-v5.15/tools/bpf/bpftool/bash-completion/
Dbpftool486 cgroup/setsockopt cgroup/sock_release struct_ops \
592 struct_ops)
601 _bpftool_get_map_ids_for_type struct_ops
604 _bpftool_get_map_names_for_type struct_ops
713 struct_ops inode_storage task_storage ringbuf'
/Linux-v5.15/kernel/bpf/
Dbtf.c3216 static struct btf_kind_operations struct_ops = { variable
3925 [BTF_KIND_STRUCT] = &struct_ops,
3926 [BTF_KIND_UNION] = &struct_ops,
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c7856 BPF_PROG_TYPE_FNS(struct_ops, BPF_PROG_TYPE_STRUCT_OPS);