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

/linux-4.1.27/drivers/isdn/divert/
H A Disdn_divert.c47 static struct call_struc *divert_head = NULL; /* head of remembered entrys */ variable in typeref:struct:call_struc
96 divert_head = cs->next; deflect_timer_expire()
193 cs->next = divert_head; cf_command()
194 divert_head = cs; cf_command()
213 cs = divert_head; /* start of parameter list */ deflect_extern_action()
520 cs->next = divert_head; isdn_divert_icall()
521 divert_head = cs; isdn_divert_icall()
538 cs = divert_head; deleteprocs()
539 divert_head = NULL; deleteprocs()
688 cs = divert_head; /* start of list */ prot_stat_callback()
759 divert_head = cs1->next; prot_stat_callback()
780 cs = divert_head; /* start of list */ isdn_divert_stat_callback()
815 divert_head = cs1->next; isdn_divert_stat_callback()

Completed in 29 milliseconds