hash_seed          14 include/uapi/linux/netfilter/xt_cluster.h 	__u32 hash_seed;
hash_seed          29 net/netfilter/xt_cluster.c 	return jhash_1word(ip, info->hash_seed);
hash_seed          35 net/netfilter/xt_cluster.c 	return jhash2(ip, NF_CT_TUPLE_L3SIZE / sizeof(__u32), info->hash_seed);
hash_seed         162 net/openvswitch/flow_table.c 	get_random_bytes(&ti->hash_seed, sizeof(u32));
hash_seed         278 net/openvswitch/flow_table.c 	hash = jhash_1word(hash, ti->hash_seed);
hash_seed          30 net/openvswitch/flow_table.h 	u32 hash_seed;