Searched refs:fc_gw4 (Results 1 – 4 of 4) sorted by relevance
637 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init()731 ret = fib_gw_from_attr(&fib_cfg.fc_gw4, nla, in fib_get_nhs()736 if (fib_cfg.fc_gw4) in fib_get_nhs()780 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs()919 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()978 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()
571 cfg->fc_gw4 = addr; in rtentry_to_fib_config()701 cfg->fc_gw4 = *((__be32 *)via->rtvia_addr); in fib_gw_from_via()778 cfg->fc_gw4 = nla_get_be32(attr); in rtm_to_fib_config()779 if (cfg->fc_gw4) in rtm_to_fib_config()
2513 .fc_gw4 = cfg->gw.ipv4, in nh_create_ipv4()
37 __be32 fc_gw4; member