taglinefilesource code
rt_metric37include/linux/route.hshort    rt_metric;  /* +1 for binary compatibility!  */
rt_metric36include/net/route.hshort      rt_metric;
rt_metric110net/ipv4/route.c(metric >= 0 && r->rt_metric != metric) ||
rt_metric310net/ipv4/route.crt->rt_metric = metric;
rt_metric346net/ipv4/route.cif (r->rt_metric != metric && r->rt_gateway != gw)
rt_metric372net/ipv4/route.cr->rt_metric > metric)
rt_metric463net/ipv4/route.cmetric = r->rt_metric > 0 ? r->rt_metric - 1 : 0;
rt_metric557net/ipv4/route.c(__u32)gtw->sin_addr.s_addr, r->rt_flags, r->rt_metric - 1);
rt_metric602net/ipv4/route.cr->rt_flags, r->rt_refcnt, r->rt_use, r->rt_metric,