Home
last modified time | relevance | path

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

/Linux-v6.6/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* [*LINK_DIR*]
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-v6.6/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.
Dkfuncs.rst219 1. Pointers which are passed as tracepoint or struct_ops callback arguments.
498 struct_ops callback arg. For example:
/Linux-v6.6/include/linux/
Dbpf_types.h150 BPF_LINK_TYPE(BPF_LINK_TYPE_STRUCT_OPS, struct_ops)
/Linux-v6.6/tools/bpf/bpftool/bash-completion/
Dbpftool492 cgroup/setsockopt cgroup/sock_release struct_ops \
597 struct_ops)
606 _bpftool_get_map_ids_for_type struct_ops
609 _bpftool_get_map_names_for_type struct_ops
/Linux-v6.6/Documentation/bpf/libbpf/
Dprogram_types.rst148 | ``BPF_PROG_TYPE_STRUCT_OPS`` | | ``struct_ops
/Linux-v6.6/tools/bpf/bpftool/
Dlink.c457 info->struct_ops.map_id); in show_link_close_json()
515 printf("map %u ", info->struct_ops.map_id); in show_link_header_plain()
/Linux-v6.6/kernel/bpf/
Dbpf_struct_ops.c807 info->struct_ops.map_id = map->id; in bpf_struct_ops_map_link_fill_link_info()
Dbtf.c3989 static struct btf_kind_operations struct_ops = { variable
4927 [BTF_KIND_STRUCT] = &struct_ops,
4928 [BTF_KIND_UNION] = &struct_ops,
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6517 } struct_ops; member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6517 } struct_ops; member
/Linux-v6.6/
DMAINTAINERS3799 BPF [NETWORKING] (struct_ops, reuseport)