Searched refs:attach_types (Results 1 – 4 of 4) sorted by relevance
398 self.attach_types = {}408 if not self.attach_types:410 self.attach_types = self.make_enum_map(names, 'BPF_')411 return self.attach_types414 if not self.attach_types:416 return {name: text for name, text in self.attach_types.items()
31 | *GROUP* := { **prog_types** | **map_types** | **attach_types** | **link_types** | **helpers** }78 (**attach_types**), link types (**link_types**), or BPF helper
1035 … local BPFTOOL_CGROUP_ATTACH_TYPES="$(bpftool feature list_builtins attach_types 2>/dev/null | \1168 attach_types link_types helpers' -- "$cur" ) )
44 static const bool attach_types[] = { variable71 if (attach_types[type]) { in parse_attach_type()