Home
last modified time | relevance | path

Searched refs:fc_mp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_semantics.c895 if (cfg->fc_oif || cfg->fc_gw_family || cfg->fc_mp) in fib_nh_match()
931 if (!cfg->fc_mp) in fib_nh_match()
934 rtnh = cfg->fc_mp; in fib_nh_match()
1428 if (cfg->fc_mp) { in fib_create_info()
1429 nhs = fib_count_nexthops(cfg->fc_mp, cfg->fc_mp_len, extack); in fib_create_info()
1492 if (cfg->fc_mp) in fib_create_info()
1493 err = fib_get_nhs(fi, cfg->fc_mp, cfg->fc_mp_len, cfg, in fib_create_info()
1503 if (cfg->fc_gw_family || cfg->fc_oif || cfg->fc_mp) { in fib_create_info()
H A Dfib_frontend.c807 cfg->fc_mp = nla_data(attr); in rtm_to_fib_config()
834 cfg->fc_encap || cfg->fc_mp) { in rtm_to_fib_config()
/openbmc/linux/include/net/
H A Dip6_fib.h65 struct nlattr *fc_mp; member
H A Dip_fib.h46 struct rtnexthop *fc_mp; member
/openbmc/linux/net/ipv6/
H A Droute.c5111 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5114 err = lwtunnel_valid_encap_type_attr(cfg->fc_mp, in rtm_to_fib6_config()
5271 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_add()
5444 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_del()
5495 if (cfg.fc_mp) in inet6_rtm_delroute()
5516 if (cfg.fc_mp) in inet6_rtm_newroute()