Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h370 RTA_MULTIPATH, enumerator
/openbmc/linux/net/ipv4/
H A Dipmr_base.c235 mp_attr = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mr_fill_mroute()
H A Dfib_frontend.c670 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
801 case RTA_MULTIPATH: in rtm_to_fib_config()
H A Dipmr.c2627 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
2699 case RTA_MULTIPATH: in rtm_to_ipmr_mfcc()
H A Dfib_semantics.c1744 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in fib_add_multipath()
/openbmc/linux/net/ipv6/
H A Droute.c4987 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
5053 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config()
5105 if (tb[RTA_MULTIPATH]) { in rtm_to_fib6_config()
5106 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5107 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5578 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node_nexthop()
5718 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node()
/openbmc/linux/net/mpls/
H A Daf_mpls.c1898 case RTA_MULTIPATH: in rtm_to_route_config()
2030 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mpls_dump_route()