Home
last modified time | relevance | path

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

/drivers/isdn/divert/
Ddivert_procfs.c33 static struct divert_info *divert_info_tail = NULL; /* pointer to last entry */ variable
61 divert_info_tail->next = ib; /* follows existing messages */ in put_info_buffer()
62 divert_info_tail = ib; /* new tail */ in put_info_buffer()
145 filep->private_data = &(divert_info_tail->next); in isdn_divert_open()