Searched refs:nl_cli_route_parse_metric (Results 1 – 5 of 5) sorted by relevance
25 extern void nl_cli_route_parse_metric(struct rtnl_route *, char *);
115 case ARG_METRICS: nl_cli_route_parse_metric(route, optarg); break; in main()
148 case ARG_METRICS: nf++; nl_cli_route_parse_metric(route, optarg); break; in main()
94 void nl_cli_route_parse_metric(struct rtnl_route *route, char *subopts) in nl_cli_route_parse_metric() function