Home | History | Annotate | Download | only in src

Lines Matching defs:nf

88 	int nf = 0;
141 case 'd': nf++; nl_cli_route_parse_dst(route, optarg); break;
142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
143 case 't': nf++; nl_cli_route_parse_table(route, optarg); break;
144 case ARG_FAMILY: nf++; nl_cli_route_parse_family(route, optarg); break;
145 case ARG_SRC: nf++; nl_cli_route_parse_src(route, optarg); break;
146 case ARG_IIF: nf++; nl_cli_route_parse_iif(route, optarg, link_cache); break;
147 case ARG_PREF_SRC: nf++; nl_cli_route_parse_pref_src(route, optarg); break;
148 case ARG_METRICS: nf++; nl_cli_route_parse_metric(route, optarg); break;
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break;
150 case ARG_SCOPE: nf++; nl_cli_route_parse_scope(route, optarg); break;
151 case ARG_PROTOCOL: nf++; nl_cli_route_parse_protocol(route, optarg); break;
152 case ARG_TYPE: nf++; nl_cli_route_parse_type(route, optarg); break;
156 if (nf == 0 && !interactive && !default_yes) {