Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A 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()
A 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()
A Dprog.c90 static enum bpf_attach_type parse_attach_type(const char *str) in parse_attach_type() function
961 *attach_type = parse_attach_type(*argv); in parse_attach_detach_args()

Completed in 11 milliseconds