Searched refs:hash_seed (Results 1 - 6 of 6) 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.h11 __u32 hash_seed; 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.h11 u_int32_t hash_seed; 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.h11 __u32 hash_seed; 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.c48 XTOPT_POINTER(s, hash_seed)},
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.c48 XTOPT_POINTER(s, hash_seed)},
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.c32 return jhash_1word(ip, info->hash_seed);
38 return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed);

Completed in 82 milliseconds