Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

54 	struct xt_cluster_match_info *info = cb->data;
60 info->flags |= XT_CLUSTER_F_INV;
61 info->node_mask = 1 << (cb->val.u32 - 1);
65 info->flags |= XT_CLUSTER_F_INV;
72 const struct xt_cluster_match_info *info = cb->data;
77 if (info->node_mask >= (1ULL << info->total_nodes))
87 if (info->node_mask >= (1ULL << info->total_nodes))
103 const struct xt_cluster_match_info *info = (void *)match->data;
106 if (info->flags & XT_CLUSTER_F_INV)
107 printf("!node_mask=0x%08x", info->node_mask);
109 printf("node_mask=0x%08x", info->node_mask);
112 info->total_nodes, info->hash_seed);
118 const struct xt_cluster_match_info *info = (void *)match->data;
120 if (info->flags & XT_CLUSTER_F_INV)
121 printf(" ! --cluster-local-nodemask 0x%08x", info->node_mask);
123 printf(" --cluster-local-nodemask 0x%08x", info->node_mask);
126 info->total_nodes, info->hash_seed);