Home
last modified time | relevance | path

Searched refs:attach_types (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py356 types = self.get_types_from_array('attach_types')
398 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()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dprog.c46 static const bool attach_types[] = { variable
73 if (attach_types[type]) { in parse_attach_type()

Completed in 4 milliseconds