Searched refs:nl_cli_route_parse_prio (Results 1 – 5 of 5) sorted by relevance
28 extern void nl_cli_route_parse_prio(struct rtnl_route *, char *);
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break; in main()
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break; in main()
211 void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg) in nl_cli_route_parse_prio() function