Searched refs:RTA_MULTIPATH (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 348 RTA_MULTIPATH, enumerator
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr_base.c | 231 mp_attr = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mr_fill_mroute()
|
H A D | fib_frontend.c | 667 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 790 case RTA_MULTIPATH: in rtm_to_fib_config()
|
H A D | ipmr.c | 2362 + nla_total_size(0) /* RTA_MULTIPATH */ in mroute_msgsize() 2611 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 2683 case RTA_MULTIPATH: in rtm_to_ipmr_mfcc()
|
H A D | fib_semantics.c | 1764 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in fib_add_multipath()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 370 RTA_MULTIPATH, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 260 RTA_MULTIPATH, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 229 RTA_MULTIPATH, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 260 RTA_MULTIPATH, enumerator
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr_base.c | 235 mp_attr = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mr_fill_mroute()
|
H A D | fib_frontend.c | 670 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 801 case RTA_MULTIPATH: in rtm_to_fib_config()
|
H A D | ipmr.c | 2378 + nla_total_size(0) /* RTA_MULTIPATH */ in mroute_msgsize() 2627 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 2699 case RTA_MULTIPATH: in rtm_to_ipmr_mfcc()
|
H A D | fib_semantics.c | 1745 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in fib_add_multipath()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 4893 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 4953 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config() 5005 if (tb[RTA_MULTIPATH]) { in rtm_to_fib6_config() 5006 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config() 5007 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]); in rtm_to_fib6_config() 5418 *nexthop_len += nla_total_size(0) /* RTA_MULTIPATH */ in rt6_nh_nlmsg_size() 5478 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node_nexthop() 5601 * each as a nexthop within RTA_MULTIPATH. in rt6_fill_node() 5614 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 4980 [RTA_MULTIPATH] = { .len = sizeof(struct rtnexthop) }, 5046 tb[RTA_MULTIPATH] || tb[RTA_ENCAP]) { in rtm_to_fib6_config() 5098 if (tb[RTA_MULTIPATH]) { in rtm_to_fib6_config() 5099 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config() 5100 cfg->fc_mp_len = nla_len(tb[RTA_MULTIPATH]); in rtm_to_fib6_config() 5511 *nexthop_len += nla_total_size(0) /* RTA_MULTIPATH */ in rt6_nh_nlmsg_size() 5571 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node_nexthop() 5694 * each as a nexthop within RTA_MULTIPATH. in rt6_fill_node() 5711 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in rt6_fill_node()
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | af_mpls.c | 1917 case RTA_MULTIPATH: in rtm_to_route_config() 2049 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mpls_dump_route()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | af_mpls.c | 1914 case RTA_MULTIPATH: in rtm_to_route_config() 2046 mp = nla_nest_start_noflag(skb, RTA_MULTIPATH); in mpls_dump_route()
|
Completed in 49 milliseconds