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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_cluster.h9 __u32 total_nodes; member in struct:xt_cluster_match_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_cluster.h9 u_int32_t total_nodes; member in struct:xt_cluster_match_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_cluster.h9 __u32 total_nodes; member in struct:xt_cluster_match_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_cluster.c38 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, total_nodes)},
77 if (info->node_mask >= (1ULL << info->total_nodes))
87 if (info->node_mask >= (1ULL << info->total_nodes))
111 printf(" total_nodes=%u hash_seed=0x%08x",
112 info->total_nodes, info->hash_seed);
126 info->total_nodes, info->hash_seed);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_cluster.c38 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, total_nodes)},
77 if (info->node_mask >= (1ULL << info->total_nodes))
87 if (info->node_mask >= (1ULL << info->total_nodes))
111 printf(" total_nodes=%u hash_seed=0x%08x",
112 info->total_nodes, info->hash_seed);
126 info->total_nodes, info->hash_seed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_cluster.c58 return (((u64)hash * info->total_nodes) >> 32);
139 if (info->total_nodes > XT_CLUSTER_NODES_MAX) {
142 info->total_nodes, XT_CLUSTER_NODES_MAX);
145 if (info->node_mask >= (1ULL << info->total_nodes)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dcpumap.c49 int total_nodes; member in struct:cpuinfo_tree
202 new_tree->total_nodes = n;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c67 static long total_blocks = 0, total_nodes = 1; /* pre-count the root node */ variable
342 super->fsid.files = total_nodes;
413 total_nodes++; /* another node */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c731 int i, total_nodes, function_id; local
734 total_nodes = snd_hda_get_sub_nodes(codec, AC_NODE_ROOT, &nid);
735 for (i = 0; i < total_nodes; i++, nid++) {

Completed in 196 milliseconds