Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_semantics.c918 if (cfg->fc_oif || cfg->fc_gw_family || cfg->fc_mp) in fib_nh_match()
954 if (!cfg->fc_mp) in fib_nh_match()
957 rtnh = cfg->fc_mp; in fib_nh_match()
1392 if (cfg->fc_mp) { in fib_create_info()
1393 nhs = fib_count_nexthops(cfg->fc_mp, cfg->fc_mp_len, extack); in fib_create_info()
1437 if (cfg->fc_mp) in fib_create_info()
1438 err = fib_get_nhs(fi, cfg->fc_mp, cfg->fc_mp_len, cfg, in fib_create_info()
1448 if (cfg->fc_gw_family || cfg->fc_oif || cfg->fc_mp) { in fib_create_info()
H A Dfib_frontend.c814 cfg->fc_mp = nla_data(attr); in rtm_to_fib_config()
853 cfg->fc_encap || cfg->fc_mp) { in rtm_to_fib_config()
/linux/include/net/
H A Dip6_fib.h59 struct nlattr *fc_mp; member
H A Dip_fib.h48 struct rtnexthop *fc_mp; member
/linux/net/ipv6/
H A Droute.c5123 rtnh = (struct rtnexthop *)cfg->fc_mp; in rtm_to_fib6_multipath_config()
5159 return lwtunnel_valid_encap_type_attr(cfg->fc_mp, cfg->fc_mp_len, extack); in rtm_to_fib6_multipath_config()
5274 cfg->fc_mp = nla_data(tb[RTA_MULTIPATH]); in rtm_to_fib6_config()
5426 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_add()
5584 rtnh = (struct rtnexthop *)cfg->fc_mp; in ip6_route_multipath_del()
5634 if (cfg.fc_mp) { in inet6_rtm_delroute()
5655 if (cfg.fc_mp) in inet6_rtm_newroute()