Home
last modified time | relevance | path

Searched refs:SIPHASH_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/linux/net/core/
H A Dsecure_seq.c59 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq_and_ts_off()
88 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral()
H A Dflow_dissector.c1710 BUILD_BUG_ON(FLOW_KEYS_HASH_OFFSET % SIPHASH_ALIGNMENT); in flow_keys_hash_start()
/linux/include/linux/
H A Dsiphash.h18 #define SIPHASH_ALIGNMENT __alignof__(u64) macro
85 !IS_ALIGNED((unsigned long)data, SIPHASH_ALIGNMENT)) in siphash()
/linux/include/net/
H A Dflow_dissector.h408 struct flow_dissector_key_basic basic __aligned(SIPHASH_ALIGNMENT);
/linux/net/ipv6/
H A Dsyncookies.c51 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash()
H A Droute.c1551 } __aligned(SIPHASH_ALIGNMENT) combined = { in rt6_exception_hash()
/linux/Documentation/security/
H A Dsiphash.rst96 } __aligned(SIPHASH_ALIGNMENT) combined = {
/linux/net/netfilter/
H A Dnf_conntrack_expect.c91 } __aligned(SIPHASH_ALIGNMENT) combined; in nf_ct_expect_dst_hash()
H A Dnf_nat_core.c162 } __aligned(SIPHASH_ALIGNMENT) combined; in hash_by_src()