Home | History | Annotate | Download | only in tc

Lines Matching full:argv

28     char **argv, struct nlmsghdr *n)
45 if (!strcmp(*argv,"hash")) {
49 hash = strtoul(*argv,&end,0);
56 else if (!strcmp(*argv,"mask")) {
60 mask = strtoul(*argv,&end,0);
67 else if (!strcmp(*argv,"shift")) {
71 shift = strtoul(*argv,&end,0);
79 else if (!strcmp(*argv,"fall_through")) {
85 else if (!strcmp(*argv,"pass_on")) {
91 else if (!strcmp(*argv,"classid")) {
95 if (get_tc_classid(&handle,*argv)) {
101 else if (!strcmp(*argv,"police")) {
103 if (parse_police(&argc, &argv, TCA_TCINDEX_POLICE, n)) {
114 argv++;