Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireguard/selftest/
Dallowedips.c92 struct horrible_allowedips { struct
104 static __init void horrible_allowedips_init(struct horrible_allowedips *table) in horrible_allowedips_init() argument
109 static __init void horrible_allowedips_free(struct horrible_allowedips *table) in horrible_allowedips_free()
172 horrible_insert_ordered(struct horrible_allowedips *table, in horrible_insert_ordered()
201 horrible_allowedips_insert_v4(struct horrible_allowedips *table, in horrible_allowedips_insert_v4()
219 horrible_allowedips_insert_v6(struct horrible_allowedips *table, in horrible_allowedips_insert_v6()
237 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, in horrible_allowedips_lookup_v4()
255 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, in horrible_allowedips_lookup_v6()
277 struct horrible_allowedips h; in randomized_test()