Searched refs:RTA_METRICS (Results 1 – 9 of 9) sorted by relevance
/linux/net/mctp/ |
A D | route.c | 1079 [RTA_METRICS] = { .type = NLA_NESTED }, 1164 if (tb[RTA_METRICS]) { in mctp_newroute() 1165 rc = nla_parse_nested(tbx, RTAX_MAX, tb[RTA_METRICS], in mctp_newroute() 1231 metrics = nla_nest_start_noflag(skb, RTA_METRICS); in mctp_fill_rtinfo()
|
/linux/net/decnet/ |
A D | dn_fib.c | 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()
|
A D | dn_route.c | 1625 [RTA_METRICS] = { .type = NLA_NESTED },
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 360 RTA_METRICS, enumerator
|
/linux/tools/testing/selftests/net/ |
A D | udpgso.c | 410 rta->rta_type = RTA_METRICS; in set_route_mtu()
|
/linux/net/ipv4/ |
A D | fib_frontend.c | 663 [RTA_METRICS] = { .type = NLA_NESTED }, 783 case RTA_METRICS: in rtm_to_fib_config()
|
/linux/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 182 case RTA_METRICS: in read_route()
|
/linux/net/ipv6/ |
A D | route.c | 4994 [RTA_METRICS] = { .type = NLA_NESTED }, 5099 if (tb[RTA_METRICS]) { in rtm_to_fib6_config() 5100 cfg->fc_mx = nla_data(tb[RTA_METRICS]); in rtm_to_fib6_config() 5101 cfg->fc_mx_len = nla_len(tb[RTA_METRICS]); in rtm_to_fib6_config()
|
/linux/net/core/ |
A D | rtnetlink.c | 751 mx = nla_nest_start_noflag(skb, RTA_METRICS); in rtnetlink_put_metrics()
|
Completed in 36 milliseconds