Searched refs:RTA_MULTIPATH (Results 1 – 10 of 10) sorted by relevance
/linux/net/decnet/ |
A D | dn_fib.c | 280 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 D | dn_table.c | 245 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 D | dn_route.c | 1626 [RTA_MULTIPATH] = { .type = NLA_NESTED },
|
/linux/include/uapi/linux/ |
A D | rtnetlink.h | 361 RTA_MULTIPATH, enumerator
|
/linux/net/ipv4/ |
A D | ipmr_base.c | 231 mp_attr = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mr_fill_mroute()
|
A D | fib_frontend.c | 664 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 787 case RTA_MULTIPATH: in rtm_to_fib_config()
|
A D | ipmr.c | 2609 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 2681 case RTA_MULTIPATH: in rtm_to_ipmr_mfcc()
|
A D | fib_semantics.c | 1738 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in fib_add_multipath()
|
/linux/net/ipv6/ |
A D | route.c | 4995 [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 D | af_mpls.c | 1909 case RTA_MULTIPATH: in rtm_to_route_config() 2041 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mpls_dump_route()
|
Completed in 42 milliseconds