Searched refs:siphash_3u32 (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/core/
H A Dsecure_seq.c142 hash = siphash_3u32((__force u32)saddr, (__force u32)daddr,
166 seq = siphash_3u32((__force u32)saddr, (__force u32)daddr,
/linux-master/lib/
H A Dsiphash.c215 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, function
227 EXPORT_SYMBOL(siphash_3u32); variable
H A Dsiphash_kunit.c160 chk(siphash_3u32(0x03020100U, 0x07060504U,
/linux-master/include/linux/
H A Dsiphash.h40 u64 siphash_3u32(const u32 a, const u32 b, const u32 c,
/linux-master/net/netfilter/
H A Dnf_tables_trace.c319 info->skbid = (u32)siphash_3u32(hash32_ptr(skb),
/linux-master/drivers/net/
H A Damt.c2718 mac = siphash_3u32((__force u32)tunnel->ip4,
/linux-master/net/ipv4/
H A Droute.c492 hash = siphash_3u32((__force u32)iph->daddr,

Completed in 170 milliseconds