Searched refs:cipinfo (Results 1 – 1 of 1) sorted by relevance
304 const struct ipt_clusterip_tgt_info *cipinfo = par->targinfo; in clusterip_tg() local328 hash = clusterip_hashfn(skb, cipinfo->config); in clusterip_tg()350 if (!clusterip_responsible(cipinfo->config, hash)) { in clusterip_tg()365 struct ipt_clusterip_tgt_info *cipinfo = par->targinfo; in clusterip_tg_check() local375 if (cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP && in clusterip_tg_check()376 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT && in clusterip_tg_check()377 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT_DPT) { in clusterip_tg_check()378 pr_info("unknown mode %u\n", cipinfo->hash_mode); in clusterip_tg_check()392 if (!(cipinfo->flags & CLUSTERIP_FLAG_NEW)) { in clusterip_tg_check()411 config = clusterip_config_init(cipinfo, in clusterip_tg_check()[all …]