Searched refs:ipv6_prfx (Results 1 – 1 of 1) sorted by relevance
117 struct smc_clc_ipv6_prefix *ipv6_prfx) in smc_clc_prfx_set6_rcu() argument130 ipv6_addr_prefix(&ipv6_prfx[cnt].prefix, in smc_clc_prfx_set6_rcu()132 ipv6_prfx[cnt].prefix_len = ifa->prefix_len; in smc_clc_prfx_set6_rcu()147 struct smc_clc_ipv6_prefix *ipv6_prfx) in smc_clc_prfx_set() argument179 rc = smc_clc_prfx_set6_rcu(dst, prop, ipv6_prfx); in smc_clc_prfx_set()211 struct smc_clc_ipv6_prefix *ipv6_prfx; in smc_clc_prfx_match6_rcu() local218 ipv6_prfx = (struct smc_clc_ipv6_prefix *)((u8 *)prop + sizeof(*prop)); in smc_clc_prfx_match6_rcu()224 if (ifa->prefix_len == ipv6_prfx[i].prefix_len && in smc_clc_prfx_match6_rcu()225 ipv6_prefix_equal(&ifa->addr, &ipv6_prfx[i].prefix, in smc_clc_prfx_match6_rcu()388 struct smc_clc_ipv6_prefix ipv6_prfx[SMC_CLC_MAX_V6_PREFIX]; in smc_clc_send_proposal() local[all …]