Home
last modified time | relevance | path

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

/net/ipv4/netfilter/
Dipt_CLUSTERIP.c56 enum clusterip_hashmode hash_mode; /* which hashing mode */ member
183 c->hash_mode = i->hash_mode; in clusterip_config_init()
264 switch (config->hash_mode) { in clusterip_hashfn()
282 pr_info("unknown mode %u\n", config->hash_mode); in clusterip_hashfn()
375 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()
468 u_int32_t hash_mode; member