Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dcgroup.c36 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() function
399 attach_type = parse_attach_type(argv[1]); in do_attach()
457 attach_type = parse_attach_type(argv[1]); in do_detach()
Dnet.c79 static enum net_attach_type parse_attach_type(const char *str) in parse_attach_type() function
567 attach_type = parse_attach_type(*argv); in do_attach()
620 attach_type = parse_attach_type(*argv); in do_detach()
Dprog.c84 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() function
938 *attach_type = parse_attach_type(*argv); in parse_attach_detach_args()