Home
last modified time | relevance | path

Searched refs:RTA_MULTIPATH (Results 1 – 10 of 10) sorted by relevance

/linux/net/decnet/
A Ddn_fib.c280 if (attrs[RTA_MULTIPATH] && in dn_fib_create_info()
281 (nhs = dn_fib_count_nhs(attrs[RTA_MULTIPATH])) == 0) in dn_fib_create_info()
316 if (attrs[RTA_MULTIPATH]) { in dn_fib_create_info()
317 if ((err = dn_fib_get_nhs(fi, attrs[RTA_MULTIPATH], r)) != 0) in dn_fib_create_info()
349 if (attrs[RTA_GATEWAY] || attrs[RTA_OIF] || attrs[RTA_MULTIPATH]) in dn_fib_create_info()
A Ddn_table.c245 if (!attrs[RTA_MULTIPATH]) in dn_fib_nh_match()
248 nhp = nla_data(attrs[RTA_MULTIPATH]); in dn_fib_nh_match()
249 nhlen = nla_len(attrs[RTA_MULTIPATH]); in dn_fib_nh_match()
351 mp_head = nla_nest_start_noflag(skb, RTA_MULTIPATH); in dn_fib_dump_info()
A Ddn_route.c1626 [RTA_MULTIPATH] = { .type = NLA_NESTED },
/linux/include/uapi/linux/
A Drtnetlink.h361 RTA_MULTIPATH, enumerator
/linux/net/ipv4/
A Dipmr_base.c231 mp_attr = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mr_fill_mroute()
A Dfib_frontend.c664 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
787 case RTA_MULTIPATH: in rtm_to_fib_config()
A Dipmr.c2609 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
2681 case RTA_MULTIPATH: in rtm_to_ipmr_mfcc()
A Dfib_semantics.c1738 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in fib_add_multipath()
/linux/net/ipv6/
A Droute.c4995 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
5055 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config()
5107 if (tb[RTA_MULTIPATH]) { in rtm_to_fib6_config()
5108 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5109 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5586 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node_nexthop()
5726 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node()
/linux/net/mpls/
A Daf_mpls.c1909 case RTA_MULTIPATH: in rtm_to_route_config()
2041 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mpls_dump_route()

Completed in 40 milliseconds