Lines Matching defs:horrible_allowedips
78 struct horrible_allowedips {
90 static __init void horrible_allowedips_init(struct horrible_allowedips *table)
95 static __init void horrible_allowedips_free(struct horrible_allowedips *table)
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node)
181 horrible_allowedips_insert_v4(struct horrible_allowedips *table,
198 horrible_allowedips_insert_v6(struct horrible_allowedips *table,
215 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, struct in_addr *ip)
227 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, struct in6_addr *ip)
240 horrible_allowedips_remove_by_value(struct horrible_allowedips *table, void *value)
259 struct horrible_allowedips h;