Lines Matching defs:key
36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose()
87 static u8 common_bits(const struct allowedips_node *node, const u8 *key, in common_bits()
99 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, in prefix_matches()
112 const u8 *key) in find_node()
149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, in node_placement()
181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in add()
283 static int remove(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in remove()
331 u8 key[4] __aligned(__alignof(u32)); in wg_allowedips_insert_v4() local
342 u8 key[16] __aligned(__alignof(u64)); in wg_allowedips_insert_v6() local
353 u8 key[4] __aligned(__alignof(u32)); in wg_allowedips_remove_v4() local
364 u8 key[16] __aligned(__alignof(u64)); in wg_allowedips_remove_v6() local