Home
last modified time | relevance | path

Searched refs:key32 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtoeplitz.c110 uint32_t key32; in toeplitz() local
112 key32 = ntohl(*((uint32_t *)key)); in toeplitz()
118 ret ^= key32; in toeplitz()
120 key32 <<= 1; in toeplitz()
121 key32 |= !!(key[0] & (1 << bit)); in toeplitz()
/linux/fs/ufs/
H A Dinode.c82 __fs32 key32; member
97 to->key32 = *(__fs32 *)(to->p = v); in grow_chain32()
98 for (p = from; p <= to && p->key32 == *(__fs32 *)p->p; p++) in grow_chain32()
152 if (!q->key32) in ufs_frag_map()
160 fs32_to_cpu(sb, q->key32) + (n>>shift)); in ufs_frag_map()
166 if (!q->key32) in ufs_frag_map()
169 res = fs32_to_cpu(sb, q->key32); in ufs_frag_map()
/linux/net/sched/
H A Dact_tunnel_key.c411 __be32 key32; in tunnel_key_init() local
413 key32 = nla_get_be32(tb[TCA_TUNNEL_KEY_ENC_KEY_ID]); in tunnel_key_init()
414 key_id = key32_to_tunnel_id(key32); in tunnel_key_init()