Home
last modified time | relevance | path

Searched refs:has_gateway (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/core/
H A Daddr.c336 static bool has_gateway(const struct dst_entry *dst, sa_family_t family) in has_gateway() function
359 if (has_gateway(dst, family) && dev_addr->network == RDMA_NETWORK_IB) in fetch_ha()
492 if (has_gateway(dst, dst_in->sa_family) && in rdma_set_src_addr_rcu()
/linux/net/ipv6/
H A Droute.c5131 bool has_gateway = cfg->fc_flags & RTF_GATEWAY; in rtm_to_fib6_multipath_config() local
5146 has_gateway = true; in rtm_to_fib6_multipath_config()
5150 if (newroute && (cfg->fc_nh_id || !has_gateway)) { in rtm_to_fib6_multipath_config()