Searched refs:RTA_METRICS (Results 1 – 9 of 9) sorted by relevance
296 if (attrs[RTA_METRICS]) { in dn_fib_create_info()300 nla_for_each_nested(attr, attrs[RTA_METRICS], rem) { in dn_fib_create_info()
1625 [RTA_METRICS] = { .type = NLA_NESTED },
870 [RTA_METRICS] = { .type = NLA_NESTED },1010 metrics = nla_nest_start_noflag(skb, RTA_METRICS); in mctp_fill_rtinfo()
360 RTA_METRICS, enumerator
410 rta->rta_type = RTA_METRICS; in set_route_mtu()
182 case RTA_METRICS: in read_route()
663 [RTA_METRICS] = { .type = NLA_NESTED },783 case RTA_METRICS: in rtm_to_fib_config()
4975 [RTA_METRICS] = { .type = NLA_NESTED },5080 if (tb[RTA_METRICS]) { in rtm_to_fib6_config()5081 cfg->fc_mx = nla_data(tb[RTA_METRICS]); in rtm_to_fib6_config()5082 cfg->fc_mx_len = nla_len(tb[RTA_METRICS]); in rtm_to_fib6_config()
751 mx = nla_nest_start_noflag(skb, RTA_METRICS); in rtnetlink_put_metrics()