Home
last modified time | relevance | path

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

/linux-4.1.27/net/decnet/
Ddn_fib.c277 if (attrs[RTA_MULTIPATH] && in dn_fib_create_info()
278 (nhs = dn_fib_count_nhs(attrs[RTA_MULTIPATH])) == 0) in dn_fib_create_info()
313 if (attrs[RTA_MULTIPATH]) { in dn_fib_create_info()
314 if ((err = dn_fib_get_nhs(fi, attrs[RTA_MULTIPATH], r)) != 0) in dn_fib_create_info()
346 if (attrs[RTA_GATEWAY] || attrs[RTA_OIF] || attrs[RTA_MULTIPATH]) in dn_fib_create_info()
Ddn_table.c243 if (!attrs[RTA_MULTIPATH]) in dn_fib_nh_match()
246 nhp = nla_data(attrs[RTA_MULTIPATH]); in dn_fib_nh_match()
247 nhlen = nla_len(attrs[RTA_MULTIPATH]); in dn_fib_nh_match()
349 if (!(mp_head = nla_nest_start(skb, RTA_MULTIPATH))) in dn_fib_dump_info()
Ddn_route.c1630 [RTA_MULTIPATH] = { .type = NLA_NESTED },
/linux-4.1.27/include/uapi/linux/
Drtnetlink.h299 RTA_MULTIPATH, enumerator
/linux-4.1.27/net/ipv4/
Dfib_frontend.c592 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
649 case RTA_MULTIPATH: in rtm_to_fib_config()
Dfib_semantics.c1047 mp = nla_nest_start(skb, RTA_MULTIPATH); in fib_dump_info()
Dipmr.c2170 if (!(mp_attr = nla_nest_start(skb, RTA_MULTIPATH))) in __ipmr_fill_mroute()
/linux-4.1.27/net/ipv6/
Droute.c2422 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) },
2502 if (tb[RTA_MULTIPATH]) { in rtm_to_fib6_config()
2503 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
2504 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
Dip6mr.c2252 mp_attr = nla_nest_start(skb, RTA_MULTIPATH); in __ip6mr_fill_mroute()