Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/bpftool/Documentation/
Dbpftool-struct_ops.rst4 bpftool-struct_ops
7 tool to register/unregister/introspect BPF struct_ops
17 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND*
27 | **bpftool** **struct_ops { show | list }** [*STRUCT_OPS_MAP*]
28 | **bpftool** **struct_ops dump** [*STRUCT_OPS_MAP*]
29 | **bpftool** **struct_ops register** *OBJ*
30 | **bpftool** **struct_ops unregister** *STRUCT_OPS_MAP*
31 | **bpftool** **struct_ops help**
39 **bpftool struct_ops { show | list }** [*STRUCT_OPS_MAP*]
40 Show brief information about the struct_ops in the system.
[all …]
Dbpftool.rst24 **btf** | **gen** | **struct_ops** | **iter** }
Dbpftool-map.rst57 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
Dbpftool-prog.rst54 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/linux-6.1.9/Documentation/bpf/
Dbpf_licensing.rst79 Congestion Control (struct_ops), as of Aug 2021 - are required to be GPL
83 and struct_ops BPF programs are implicitly calling "GPL only" functions.
/linux-6.1.9/include/linux/
Dbpf_types.h145 BPF_LINK_TYPE(BPF_LINK_TYPE_STRUCT_OPS, struct_ops)
/linux-6.1.9/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
/linux-6.1.9/kernel/bpf/
Dbtf.c3606 static struct btf_kind_operations struct_ops = { variable
4547 [BTF_KIND_STRUCT] = &struct_ops,
4548 [BTF_KIND_UNION] = &struct_ops,
/linux-6.1.9/
DMAINTAINERS3885 BPF [NETWORKING] (struct_ops, reuseport)