Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/divert/
Disdn_divert.c37 struct deflect_struc struct
38 { struct deflect_struc *next, *prev; argument
49 static struct deflect_struc *table_head = NULL; argument
50 static struct deflect_struc *table_tail = NULL;
277 { struct deflect_struc *ds, *ds1 = NULL; in insertrule()
280 if (!(ds = kmalloc(sizeof(struct deflect_struc), in insertrule()
322 { struct deflect_struc *ds, *ds1; in deleterule()
372 { struct deflect_struc *ds = table_head; in getruleptr()
392 struct deflect_struc *dv; in isdn_divert_icall()