Searched refs:subopts (Results 1 – 1 of 1) sorted by relevance
94 void nl_cli_route_parse_metric(struct rtnl_route *route, char *subopts) in nl_cli_route_parse_metric() argument116 while (*subopts != '\0') { in nl_cli_route_parse_metric()117 int ret = getsubopt(&subopts, tokens, &arg); in nl_cli_route_parse_metric()137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, in nl_cli_route_parse_nexthop() argument160 while (*subopts != '\0') { in nl_cli_route_parse_nexthop()161 int ret = getsubopt(&subopts, tokens, &arg); in nl_cli_route_parse_nexthop()