Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A 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()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-feature.rst31 | *GROUP* := { **prog_types** | **map_types** | **attach_types** | **link_types** | **helpers** }
78 (**attach_types**), link types (**link_types**), or BPF helper
/openbmc/linux/tools/bpf/bpftool/bash-completion/
H A Dbpftool1033 … local BPFTOOL_CGROUP_ATTACH_TYPES="$(bpftool feature list_builtins attach_types 2>/dev/null | \
1166 attach_types link_types helpers' -- "$cur" ) )
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c46 static const bool attach_types[] = { variable
73 if (attach_types[type]) { in parse_attach_type()