Searched refs:mlp (Results 1 – 3 of 3) sorted by relevance
1058 isdn_net_local *mlp = NULL; in isdn_ppp_push_higher() local1070 mlp = ISDN_MASTER_PRIV(lp); in isdn_ppp_push_higher()1071 slot = mlp->ppp_slot; in isdn_ppp_push_higher()1190 if (mlp) in isdn_ppp_push_higher()1191 mlp->huptimer = 0; in isdn_ppp_push_higher()1196 if (mlp) in isdn_ppp_push_higher()1197 mlp->huptimer = 0; in isdn_ppp_push_higher()1246 isdn_net_local *lp, *mlp; in isdn_ppp_xmit() local1252 mlp = netdev_priv(netdev); in isdn_ppp_xmit()1253 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit()[all …]
2263 isdn_net_local *mlp = ISDN_MASTER_PRIV(lp); in isdn_net_find_icall() local2266 if (mlp->flags & ISDN_NET_CONNECTED) { in isdn_net_find_icall()2269 while (mlp->slave) { in isdn_net_find_icall()2270 if (ISDN_SLAVE_PRIV(mlp) == lp) in isdn_net_find_icall()2272 mlp = ISDN_SLAVE_PRIV(mlp); in isdn_net_find_icall()2277 printk(KERN_DEBUG "mlpf: %d\n", mlp->flags & ISDN_NET_CONNECTED); in isdn_net_find_icall()2278 if (!(mlp->flags & ISDN_NET_CONNECTED)) { in isdn_net_find_icall()
3385 struct packet_mclist **mlp) in packet_dev_mclist_delete() argument3389 while ((ml = *mlp) != NULL) { in packet_dev_mclist_delete()3392 *mlp = ml->next; in packet_dev_mclist_delete()3395 mlp = &ml->next; in packet_dev_mclist_delete()3456 struct packet_mclist *ml, **mlp; in packet_mc_drop() local3460 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()3467 *mlp = ml->next; in packet_mc_drop()