HomeSort by relevance Sort by last modified time
    Searched refs:exec_util (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
tc_exec.c 21 static struct exec_util *exec_list;
32 static int parse_noeopt(struct exec_util *eu, int argc, char **argv)
43 static struct exec_util *get_exec_kind(const char *name)
45 struct exec_util *eu;
86 struct exec_util *eu;
tc_util.h 58 struct exec_util { struct
59 struct exec_util *next;
61 int (*parse_eopt)(struct exec_util *eu, int argc, char **argv);
e_bpf.c 54 static int parse_bpf(struct exec_util *eu, int argc, char **argv)
173 struct exec_util bpf_exec_util = {

Completed in 304 milliseconds