Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c43 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() function
529 attach_type = parse_attach_type(argv[1]); in do_attach()
587 attach_type = parse_attach_type(argv[1]); in do_detach()
H A Dnet.c86 static enum net_attach_type parse_attach_type(const char *str) in parse_attach_type() function
655 attach_type = parse_attach_type(*argv); in do_attach()
708 attach_type = parse_attach_type(*argv); in do_detach()
H A Dprog.c68 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() function
1039 *attach_type = parse_attach_type(*argv); in parse_attach_detach_args()