siphash           123 lib/test_siphash.c 		if (siphash(in, i, &test_key_siphash) !=
siphash           128 lib/test_siphash.c 		if (siphash(in_unaligned + 1, i, &test_key_siphash) !=
siphash          1498 net/core/flow_dissector.c 	hash = siphash(flow_keys_hash_start(keys),
siphash            70 net/core/secure_seq.c 	return siphash(&combined, offsetofend(typeof(combined), daddr),
siphash            92 net/core/secure_seq.c 	hash = siphash(&combined, offsetofend(typeof(combined), dport),
siphash           111 net/core/secure_seq.c 	return siphash(&combined, offsetofend(typeof(combined), dport),
siphash           187 net/core/secure_seq.c 	seq = siphash(&combined, offsetofend(typeof(combined), dport),
siphash           121 net/ipv4/tcp_fastopen.c 		foc->val[0] = cpu_to_le64(siphash(&iph->saddr,
siphash           132 net/ipv4/tcp_fastopen.c 		foc->val[0] = cpu_to_le64(siphash(&ip6h->saddr,
siphash            32 net/ipv6/output_core.c 	hash = siphash(&combined, sizeof(combined), &net->ipv4.ip_id_key);
siphash            59 net/ipv6/syncookies.c 	return siphash(&combined, offsetofend(typeof(combined), dport),
siphash           472 net/netfilter/nf_conntrack_core.c 	d = (unsigned long)siphash(&ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple,
siphash          2718 net/netfilter/nf_conntrack_netlink.c 	d = (unsigned long)siphash(&exp->tuple, sizeof(exp->tuple), &exp_id_seed);