Searched refs:hash_mode (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c56 enum clusterip_hashmode hash_mode; /* which hashing mode */ member in struct:clusterip_config
183 c->hash_mode = i->hash_mode;
264 switch (config->hash_mode) {
282 pr_info("unknown mode %u\n", config->hash_mode);
370 if (cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP &&
371 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT &&
372 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT_DPT) {
373 pr_info("unknown mode %u\n", cipinfo->hash_mode);
446 u_int32_t hash_mode; member in struct:compat_ipt_clusterip_tgt_info
[all...]

Completed in 3 milliseconds