taglinefilesource code
rt_metric34include/linux/route.hshort    rt_metric;  /* +1 for binary compatibility!  */
rt_metric36include/net/route.hshort      rt_metric;
rt_metric106net/ipv4/route.c(metric >= 0 && r->rt_metric != metric) ||
rt_metric300net/ipv4/route.crt->rt_metric = metric;
rt_metric336net/ipv4/route.cif (r->rt_metric != metric && r->rt_gateway != gw)
rt_metric361net/ipv4/route.cr->rt_metric > metric)
rt_metric451net/ipv4/route.cmetric = r->rt_metric > 0 ? r->rt_metric - 1 : 0;
rt_metric545net/ipv4/route.c(__u32)gtw->sin_addr.s_addr, r->rt_flags, r->rt_metric - 1);
rt_metric576net/ipv4/route.cr->rt_flags, r->rt_refcnt, r->rt_use, r->rt_metric,