Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireguard/selftest/
Dallowedips.c82 struct horrible_allowedips_node { struct
97 struct horrible_allowedips_node *node; in horrible_allowedips_free() argument
125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self()
138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4()
144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6()
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered()
155 struct horrible_allowedips_node *other = NULL, *where = NULL; in horrible_insert_ordered()
184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4()
201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6()
217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4()
[all …]