Searched refs:fc_gw4 (Results 1 – 4 of 4) sorted by relevance
616 nh->fib_nh_gw4 = cfg->fc_gw4; in fib_nh_init()710 ret = fib_gw_from_attr(&fib_cfg.fc_gw4, nla, in fib_get_nhs()715 if (fib_cfg.fc_gw4) in fib_get_nhs()759 nh->fib_nh_gw4 != cfg->fc_gw4) || in fib_get_nhs()898 cfg->fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()957 cfg2.fc_gw4 != nh->fib_nh_gw4) in fib_nh_match()
579 cfg->fc_gw4 = addr; in rtentry_to_fib_config()712 cfg->fc_gw4 = *((__be32 *)via->rtvia_addr); in fib_gw_from_via()789 cfg->fc_gw4 = nla_get_be32(attr); in rtm_to_fib_config()790 if (cfg->fc_gw4) in rtm_to_fib_config()
2788 .fc_gw4 = cfg->gw.ipv4, in nh_create_ipv4()
39 __be32 fc_gw4; member