Home
last modified time | relevance | path

Searched refs:t_key (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/ipv4/
Dfib_trie.c110 #define KEYLENGTH (8*sizeof(t_key))
111 #define KEY_MAX ((t_key)~0)
113 typedef unsigned int t_key; typedef
120 t_key key;
134 t_key empty_children; /* KEYLENGTH bits needed */
135 t_key full_children; /* KEYLENGTH bits needed */
219 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index()
352 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new()
375 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new()
467 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root()
[all …]
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-prng.c138 cet->t_key = cpu_to_le32(dma_iv); in sun8i_ce_prng_generate()
Dsun8i-ce.h170 __le32 t_key; member
Dsun8i-ce-cipher.c149 cet->t_key = cpu_to_le32(rctx->addr_key); in sun8i_ce_cipher_prepare()