HomeSort by relevance Sort by last modified time
    Searched full:cipinfo (Results 1 - 1 of 1) sorted by null

  /external/iptables/extensions/
libipt_CLUSTERIP.c 75 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->hash_mode)
162 const struct ipt_clusterip_tgt_info *cipinfo = local
    [all...]

Completed in 752 milliseconds