tag | line | file | source code |
---|---|---|---|
rt_metric | 34 | include/linux/route.h | short rt_metric; /* +1 for binary compatibility! */ |
rt_metric | 36 | include/net/route.h | unsigned short rt_metric; |
rt_metric | 287 | net/ipv4/route.c | rt->rt_metric = metric; |
rt_metric | 417 | net/ipv4/route.c | metric = r->rt_metric > 0 ? r->rt_metric - 1 : 0; |
rt_metric | 533 | net/ipv4/route.c | r->rt_flags, r->rt_refcnt, r->rt_use, r->rt_metric, |