Home
last modified time | relevance | path

Searched refs:pvc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wan/
H A Dhdlc_fr.c169 struct pvc_device *pvc = state(hdlc)->first_pvc; in find_pvc() local
171 while (pvc) { in find_pvc()
172 if (pvc->dlci == dlci) in find_pvc()
173 return pvc; in find_pvc()
174 if (pvc->dlci > dlci) in find_pvc()
176 pvc = pvc->next; in find_pvc()
185 struct pvc_device *pvc, **pvc_p = &state(hdlc)->first_pvc; in add_pvc() local
195 pvc = kzalloc_obj(*pvc, GFP_ATOMIC); in add_pvc()
197 printk(KERN_DEBUG "add_pvc: allocated pvc %p, frad %p\n", pvc, dev); in add_pvc()
199 if (!pvc) in add_pvc()
[all …]
/linux/net/atm/
H A Dcommon.c781 struct sockaddr_atmpvc pvc; in vcc_getsockopt() local
785 memset(&pvc, 0, sizeof(pvc)); in vcc_getsockopt()
786 pvc.sap_family = AF_ATMPVC; in vcc_getsockopt()
787 pvc.sap_addr.itf = vcc->dev->number; in vcc_getsockopt()
788 pvc.sap_addr.vpi = vcc->vpi; in vcc_getsockopt()
789 pvc.sap_addr.vci = vcc->vci; in vcc_getsockopt()
790 return copy_to_iter(&pvc, sizeof(pvc), &opt->iter_out) != in vcc_getsockopt()
791 sizeof(pvc) ? -EFAULT : 0; in vcc_getsockopt()
/linux/Documentation/translations/zh_CN/networking/
H A Dgeneric-hdlc.rst67 使用pvc设备。
/linux/Documentation/networking/
H A Dgeneric-hdlc.rst60 any IP address to it) before using pvc devices.