Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/i4l/
Disdn_ppp.c1058 isdn_net_local *mlp = NULL; in isdn_ppp_push_higher() local
1070 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() local
1252 mlp = netdev_priv(netdev); in isdn_ppp_xmit()
1253 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit()
[all …]
Disdn_net.c2263 isdn_net_local *mlp = ISDN_MASTER_PRIV(lp); in isdn_net_find_icall() local
2266 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()
/linux-4.1.27/net/packet/
Daf_packet.c3161 struct packet_mclist **mlp) in packet_dev_mclist_delete() argument
3165 while ((ml = *mlp) != NULL) { in packet_dev_mclist_delete()
3168 *mlp = ml->next; in packet_dev_mclist_delete()
3171 mlp = &ml->next; in packet_dev_mclist_delete()
3231 struct packet_mclist *ml, **mlp; in packet_mc_drop() local
3235 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()
3242 *mlp = ml->next; in packet_mc_drop()