Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireguard/selftest/
Dallowedips.c78 struct horrible_allowedips { struct
90 static __init void horrible_allowedips_init(struct horrible_allowedips *table) in horrible_allowedips_init() argument
95 static __init void horrible_allowedips_free(struct horrible_allowedips *table) in horrible_allowedips_free()
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered()
181 horrible_allowedips_insert_v4(struct horrible_allowedips *table, in horrible_allowedips_insert_v4()
198 horrible_allowedips_insert_v6(struct horrible_allowedips *table, in horrible_allowedips_insert_v6()
215 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, struct in_addr *ip) in horrible_allowedips_lookup_v4()
227 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, struct in6_addr *ip) in horrible_allowedips_lookup_v6()
240 horrible_allowedips_remove_by_value(struct horrible_allowedips *table, void *value) in horrible_allowedips_remove_by_value()
259 struct horrible_allowedips h; in randomized_test()