Searched refs:ippp_table (Results 1 – 1 of 1) sorted by relevance
76 static struct ippp_struct *ippp_table[ISDN_MAX_CHANNELS]; variable133 is = ippp_table[lp->ppp_slot]; in isdn_ppp_free()176 …if (ippp_table[i]->state == IPPP_OPEN && !exclusive[ippp_table[i]->minor]) { /* OPEN, but not conn… in isdn_ppp_bind()182 if (ippp_table[i]->minor == lp->pppbind && in isdn_ppp_bind()183 (ippp_table[i]->state & IPPP_OPEN) == IPPP_OPEN) in isdn_ppp_bind()203 is = ippp_table[i]; in isdn_ppp_bind()232 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; in isdn_ppp_wakeup_daemon()233 wake_up_interruptible(&ippp_table[lp->ppp_slot]->wq); in isdn_ppp_wakeup_daemon()251 is = ippp_table[slot]; in isdn_ppp_closewait()267 if (!ippp_table[i]->state) in isdn_ppp_get_slot()[all …]