Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/divert/
Disdn_divert.c47 static struct call_struc *divert_head = NULL; /* head of remembered entrys */ variable
96 divert_head = cs->next; in deflect_timer_expire()
191 cs->next = divert_head; in cf_command()
192 divert_head = cs; in cf_command()
211 cs = divert_head; /* start of parameter list */ in deflect_extern_action()
517 cs->next = divert_head; in isdn_divert_icall()
518 divert_head = cs; in isdn_divert_icall()
535 cs = divert_head; in deleteprocs()
536 divert_head = NULL; in deleteprocs()
685 cs = divert_head; /* start of list */ in prot_stat_callback()
[all …]