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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_CLUSTERIP.c75 struct ipt_clusterip_tgt_info *cipinfo = cb->data; local
80 cipinfo->flags |= CLUSTERIP_FLAG_NEW;
84 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP;
86 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP_SPT;
88 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP_SPT_DPT;
94 if (!(cipinfo->clustermac[0] & 0x01))
98 cipinfo->num_local_nodes = 1;
144 const struct ipt_clusterip_tgt_info *cipinfo = local
147 if (!cipinfo->flags & CLUSTERIP_FLAG_NEW) {
153 hashmode2str(cipinfo
162 const struct ipt_clusterip_tgt_info *cipinfo = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_CLUSTERIP.c91 struct ipt_clusterip_tgt_info *cipinfo local
97 cipinfo->flags |= CLUSTERIP_FLAG_NEW;
108 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP;
110 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP_SPT;
112 cipinfo->hash_mode = CLUSTERIP_HASHMODE_SIP_SPT_DPT;
123 parse_mac(optarg, (char *)cipinfo->clustermac);
124 if (!(cipinfo->clustermac[0] & 0x01))
135 cipinfo->num_total_nodes = (u_int16_t)num;
145 cipinfo->num_local_nodes = 1;
146 cipinfo
214 const struct ipt_clusterip_tgt_info *cipinfo = local
234 const struct ipt_clusterip_tgt_info *cipinfo = local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c309 const struct ipt_clusterip_tgt_info *cipinfo = targinfo; local
335 hash = clusterip_hashfn(*pskb, cipinfo->config);
354 if (!clusterip_responsible(cipinfo->config, hash)) {
374 struct ipt_clusterip_tgt_info *cipinfo = targinfo; local
379 if (cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP &&
380 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT &&
381 cipinfo->hash_mode != CLUSTERIP_HASHMODE_SIP_SPT_DPT) {
383 cipinfo->hash_mode);
396 if (cipinfo->config != NULL) {
398 * it still has a cipinfo
453 struct ipt_clusterip_tgt_info *cipinfo = targinfo; local
[all...]

Completed in 43 milliseconds