Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
A Dstruct_ops.c304 static struct res do_work_on_struct_ops(const char *search_type, in do_work_on_struct_ops() argument
309 if (search_type) { in do_work_on_struct_ops()
310 if (is_prefix(search_type, "id")) in do_work_on_struct_ops()
312 else if (!is_prefix(search_type, "name")) in do_work_on_struct_ops()
339 const char *search_type = NULL, *search_term = NULL; in do_show() local
346 search_type = GET_ARG(); in do_show()
407 const char *search_type = NULL, *search_term = NULL; in do_dump() local
417 search_type = GET_ARG(); in do_dump()
469 const char *search_type, *search_term; in do_unregister() local
475 search_type = GET_ARG(); in do_unregister()
[all …]

Completed in 3 milliseconds