siphash_key_t      24 include/linux/siphash.h static inline bool siphash_key_is_zero(const siphash_key_t *key)
siphash_key_t      29 include/linux/siphash.h u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key);
siphash_key_t      31 include/linux/siphash.h u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key);
siphash_key_t      34 include/linux/siphash.h u64 siphash_1u64(const u64 a, const siphash_key_t *key);
siphash_key_t      35 include/linux/siphash.h u64 siphash_2u64(const u64 a, const u64 b, const siphash_key_t *key);
siphash_key_t      37 include/linux/siphash.h 		 const siphash_key_t *key);
siphash_key_t      39 include/linux/siphash.h 		 const siphash_key_t *key);
siphash_key_t      40 include/linux/siphash.h u64 siphash_1u32(const u32 a, const siphash_key_t *key);
siphash_key_t      42 include/linux/siphash.h 		 const siphash_key_t *key);
siphash_key_t      45 include/linux/siphash.h 			       const siphash_key_t *key)
siphash_key_t      50 include/linux/siphash.h 			       const u32 d, const siphash_key_t *key)
siphash_key_t      57 include/linux/siphash.h 				     const siphash_key_t *key)
siphash_key_t      83 include/linux/siphash.h 			  const siphash_key_t *key)
siphash_key_t    1360 include/linux/skbuff.h 			   const siphash_key_t *perturb);
siphash_key_t      72 include/net/fq.h 	siphash_key_t	perturbation;
siphash_key_t     223 include/net/netns/ipv4.h 	siphash_key_t	ip_id_key;
siphash_key_t    1662 include/net/tcp.h #define TCP_FASTOPEN_KEY_LENGTH sizeof(siphash_key_t)
siphash_key_t    1669 include/net/tcp.h 	siphash_key_t	key[TCP_FASTOPEN_KEY_MAX];
siphash_key_t      52 lib/siphash.c  u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key)
siphash_key_t      85 lib/siphash.c  u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key)
siphash_key_t     123 lib/siphash.c  u64 siphash_1u64(const u64 first, const siphash_key_t *key)
siphash_key_t     140 lib/siphash.c  u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key)
siphash_key_t     163 lib/siphash.c  		 const siphash_key_t *key)
siphash_key_t     191 lib/siphash.c  		 const u64 forth, const siphash_key_t *key)
siphash_key_t     214 lib/siphash.c  u64 siphash_1u32(const u32 first, const siphash_key_t *key)
siphash_key_t     223 lib/siphash.c  		 const siphash_key_t *key)
siphash_key_t      27 lib/test_siphash.c static const siphash_key_t test_key_siphash =
siphash_key_t     697 lib/vsprintf.c static siphash_key_t ptr_key __read_mostly;
siphash_key_t    1396 net/core/flow_dissector.c static siphash_key_t hashrnd __read_mostly;
siphash_key_t    1492 net/core/flow_dissector.c 					const siphash_key_t *keyval)
siphash_key_t    1515 net/core/flow_dissector.c 				  const siphash_key_t *keyval)
siphash_key_t    1590 net/core/flow_dissector.c 			   const siphash_key_t *perturb)
siphash_key_t      23 net/core/secure_seq.c static siphash_key_t net_secret __read_mostly;
siphash_key_t      24 net/core/secure_seq.c static siphash_key_t ts_secret __read_mostly;
siphash_key_t      19 net/ipv4/syncookies.c static siphash_key_t syncookie_secret[2] __read_mostly;
siphash_key_t     113 net/ipv4/tcp_fastopen.c 					     const siphash_key_t *key,
siphash_key_t      23 net/ipv6/syncookies.c static siphash_key_t syncookie6_secret[2] __read_mostly;
siphash_key_t     464 net/netfilter/nf_conntrack_core.c 	static __read_mostly siphash_key_t ct_id_seed;
siphash_key_t    2710 net/netfilter/nf_conntrack_netlink.c 	static __read_mostly siphash_key_t exp_id_seed;
siphash_key_t     129 net/sched/sch_hhf.c 	siphash_key_t	   perturbation;   /* hash perturbation */
siphash_key_t      48 net/sched/sch_sfb.c 	siphash_key_t	  perturbation; /* siphash key */
siphash_key_t     120 net/sched/sch_sfq.c 	siphash_key_t 	perturbation;
siphash_key_t     610 net/sched/sch_sfq.c 	siphash_key_t nkey;