Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1068 isdn_net_local *mlp = NULL; in isdn_ppp_push_higher() local
1080 mlp = ISDN_MASTER_PRIV(lp); in isdn_ppp_push_higher()
1081 slot = mlp->ppp_slot; in isdn_ppp_push_higher()
1200 if (mlp) in isdn_ppp_push_higher()
1201 mlp->huptimer = 0; in isdn_ppp_push_higher()
1206 if (mlp) in isdn_ppp_push_higher()
1207 mlp->huptimer = 0; in isdn_ppp_push_higher()
1256 isdn_net_local *lp, *mlp; in isdn_ppp_xmit() local
1262 mlp = netdev_priv(netdev); in isdn_ppp_xmit()
1263 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit()
[all …]
Disdn_net.c2262 isdn_net_local *mlp = ISDN_MASTER_PRIV(lp); in isdn_net_find_icall() local
2265 if (mlp->flags & ISDN_NET_CONNECTED) { in isdn_net_find_icall()
2268 while (mlp->slave) { in isdn_net_find_icall()
2269 if (ISDN_SLAVE_PRIV(mlp) == lp) in isdn_net_find_icall()
2271 mlp = ISDN_SLAVE_PRIV(mlp); in isdn_net_find_icall()
2276 printk(KERN_DEBUG "mlpf: %d\n", mlp->flags & ISDN_NET_CONNECTED); in isdn_net_find_icall()
2277 if (!(mlp->flags & ISDN_NET_CONNECTED)) { in isdn_net_find_icall()
/Linux-v4.19/net/packet/
Daf_packet.c3478 struct packet_mclist **mlp) in packet_dev_mclist_delete() argument
3482 while ((ml = *mlp) != NULL) { in packet_dev_mclist_delete()
3485 *mlp = ml->next; in packet_dev_mclist_delete()
3488 mlp = &ml->next; in packet_dev_mclist_delete()
3549 struct packet_mclist *ml, **mlp; in packet_mc_drop() local
3553 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) { in packet_mc_drop()
3560 *mlp = ml->next; in packet_mc_drop()