Searched refs:siphash_4u32 (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dsiphash.h48 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, function
/linux-master/net/core/
H A Dsecure_seq.c133 * it would be easy enough to have the former function use siphash_4u32, passing
152 return siphash_4u32((__force u32)saddr, (__force u32)daddr,
/linux-master/lib/
H A Dsiphash_kunit.c164 chk(siphash_4u32(0x03020100U, 0x07060504U,
/linux-master/net/ipv4/
H A Dsyncookies.c49 return siphash_4u32((__force u32)saddr, (__force u32)daddr,
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c503 return siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &ct_id_seed);
H A Dnf_conntrack_netlink.c3003 return (__force __be32)siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &exp_id_seed);

Completed in 125 milliseconds