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

/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ppp.h38 #define IPPP_NOBLOCK 0x08 macro
H A Disdn_ppp.c233 ippp_table[lp->ppp_slot]->state = IPPP_OPEN | IPPP_CONNECT | IPPP_NOBLOCK; isdn_ppp_wakeup_daemon()
718 * if IPPP_NOBLOCK is set we return even if we have nothing to read isdn_ppp_poll()
720 if (bf->next != bl || (is->state & IPPP_NOBLOCK)) { isdn_ppp_poll()
721 is->state &= ~IPPP_NOBLOCK; isdn_ppp_poll()

Completed in 45 milliseconds