Lines Matching refs:nlp
1965 isdn_net_local *lp, *nlp; in isdn_ppp_bundle() local
1978 nlp = is->lp; in isdn_ppp_bundle()
1980 if (nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS || in isdn_ppp_bundle()
1983 nlp->ppp_slot < 0 || nlp->ppp_slot >= ISDN_MAX_CHANNELS ? in isdn_ppp_bundle()
1984 nlp->ppp_slot : lp->ppp_slot); in isdn_ppp_bundle()
1989 isdn_net_add_to_bundle(p, nlp); in isdn_ppp_bundle()
1991 ippp_table[nlp->ppp_slot]->unit = ippp_table[lp->ppp_slot]->unit; in isdn_ppp_bundle()
1994 ippp_table[nlp->ppp_slot]->pppcfg |= ippp_table[lp->ppp_slot]->pppcfg & in isdn_ppp_bundle()
1996 ippp_table[nlp->ppp_slot]->mpppcfg |= ippp_table[lp->ppp_slot]->mpppcfg & in isdn_ppp_bundle()
1998 rc = isdn_ppp_mp_init(nlp, p->pb); in isdn_ppp_bundle()
2155 isdn_net_local *nlp = ISDN_SLAVE_PRIV(mlp); in isdn_ppp_hangup_slave() local
2157 if (!(nlp->flags & ISDN_NET_CONNECTED)) in isdn_ppp_hangup_slave()