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

/linux-master/net/ipv4/
H A Dfib_trie.c112 #define KEYLENGTH (8*sizeof(t_key))
113 #define KEY_MAX ((t_key)~0)
115 typedef unsigned int t_key; typedef
122 t_key key;
136 t_key empty_children; /* KEYLENGTH bits needed */
137 t_key full_children; /* KEYLENGTH bits needed */
221 static inline unsigned long get_index(t_key key, struct key_vector *kv)
354 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa)
377 static struct key_vector *tnode_new(t_key key, int pos, int bits)
469 static inline void put_child_root(struct key_vector *tp, t_key ke
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c135 cet->t_key = cpu_to_le32(dma_iv);
H A Dsun8i-ce.h172 __le32 t_key; member in struct:ce_task
H A Dsun8i-ce-cipher.c193 cet->t_key = cpu_to_le32(rctx->addr_key);

Completed in 295 milliseconds