Searched refs:fc_mp (Results 1 – 5 of 5) sorted by relevance
894 if (cfg->fc_oif || cfg->fc_gw_family || cfg->fc_mp) in fib_nh_match()930 if (!cfg->fc_mp) in fib_nh_match()933 rtnh = cfg->fc_mp; in fib_nh_match()1423 if (cfg->fc_mp) { in fib_create_info()1424 nhs = fib_count_nexthops(cfg->fc_mp, cfg->fc_mp_len, extack); in fib_create_info()1488 if (cfg->fc_mp) in fib_create_info()1489 err = fib_get_nhs(fi, cfg->fc_mp, cfg->fc_mp_len, cfg, in fib_create_info()1499 if (cfg->fc_gw_family || cfg->fc_oif || cfg->fc_mp) { in fib_create_info()
804 cfg->fc_mp = nla_data(attr); in rtm_to_fib_config()831 cfg->fc_encap || cfg->fc_mp) { in rtm_to_fib_config()
65 struct nlattr *fc_mp; member
46 struct rtnexthop *fc_mp; member
5094 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()5097 err = lwtunnel_valid_encap_type_attr(cfg->fc_mp, in rtm_to_fib6_config()5250 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_add()5430 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_del()5481 if (cfg.fc_mp) in inet6_rtm_delroute()5502 if (cfg.fc_mp) in inet6_rtm_newroute()
Completed in 24 milliseconds