Home
last modified time | relevance | path

Searched refs:RTA_METRICS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/mctp/
H A Droute.c1193 [RTA_METRICS] = { .type = NLA_NESTED },
1278 if (tb[RTA_METRICS]) { in mctp_newroute()
1279 rc = nla_parse_nested(tbx, RTAX_MAX, tb[RTA_METRICS], in mctp_newroute()
1342 metrics = nla_nest_start_noflag(skb, RTA_METRICS); in mctp_fill_rtinfo()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h369 RTA_METRICS, enumerator
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c436 rta->rta_type = RTA_METRICS; in set_route_mtu()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c669 [RTA_METRICS] = { .type = NLA_NESTED },
797 case RTA_METRICS: in rtm_to_fib_config()
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c140 case RTA_METRICS: in read_route()
/openbmc/linux/net/ipv6/
H A Droute.c4991 [RTA_METRICS] = { .type = NLA_NESTED },
5102 if (tb[RTA_METRICS]) { in rtm_to_fib6_config()
5103 cfg->fc_mx = nla_data(tb[RTA_METRICS]); in rtm_to_fib6_config()
5104 cfg->fc_mx_len = nla_len(tb[RTA_METRICS]); in rtm_to_fib6_config()
/openbmc/linux/net/core/
H A Drtnetlink.c821 mx = nla_nest_start_noflag(skb, RTA_METRICS); in rtnetlink_put_metrics()