Home
last modified time | relevance | path

Searched refs:attach_types (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_bpftool_synctypes.py398 self.attach_types = {}
408 if not self.attach_types:
410 self.attach_types = self.make_enum_map(names, 'BPF_')
411 return self.attach_types
414 if not self.attach_types:
416 return {name: text for name, text in self.attach_types.items()
/linux-6.1.9/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst31 | *GROUP* := { **prog_types** | **map_types** | **attach_types** | **link_types** | **helpers** }
78 (**attach_types**), link types (**link_types**), or BPF helper
/linux-6.1.9/tools/bpf/bpftool/bash-completion/
Dbpftool1035 … local BPFTOOL_CGROUP_ATTACH_TYPES="$(bpftool feature list_builtins attach_types 2>/dev/null | \
1168 attach_types link_types helpers' -- "$cur" ) )
/linux-6.1.9/tools/bpf/bpftool/
Dprog.c44 static const bool attach_types[] = { variable
71 if (attach_types[type]) { in parse_attach_type()