Lines Matching refs:argv
32 char **argv, struct nlmsghdr *n)
49 if (!strcmp(*argv,"hash")) {
53 hash = strtoul(*argv,&end,0);
60 else if (!strcmp(*argv,"mask")) {
64 mask = strtoul(*argv,&end,0);
71 else if (!strcmp(*argv,"shift")) {
75 shift = strtoul(*argv,&end,0);
83 else if (!strcmp(*argv,"fall_through")) {
89 else if (!strcmp(*argv,"pass_on")) {
95 else if (!strcmp(*argv,"classid")) {
99 if (get_tc_classid(&handle,*argv)) {
105 else if (!strcmp(*argv,"police")) {
107 if (parse_police(&argc, &argv, TCA_TCINDEX_POLICE, n)) {
118 argv++;