Home
last modified time | relevance | path

Searched refs:atm_find_ci (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/atm/
Datm_misc.c69 int atm_find_ci(struct atm_vcc *vcc,short *vpi,int *vci) in atm_find_ci() function
170 EXPORT_SYMBOL(atm_find_ci);
/linux-2.4.37.9/include/linux/
Datmdev.h457 int atm_find_ci(struct atm_vcc *vcc,short *vpi,int *vci);
/linux-2.4.37.9/drivers/atm/
Datmtcp.c128 error = atm_find_ci(vcc,&msg.addr.sap_addr.vpi,&msg.addr.sap_addr.vci); in atmtcp_v_open()
Dfirestream.c877 error = atm_find_ci(atm_vcc, &vpi, &vci); in fs_open()
Dzatm.c1582 error = atm_find_ci(vcc,&vpi,&vci); in zatm_open()
Dhorizon.c2198 error = atm_find_ci (atm_vcc, &vpi, &vci); in hrz_open()
Dambassador.c1152 error = atm_find_ci (atm_vcc, &vpi, &vci); in amb_open()
Dhe.c2322 if ((err = atm_find_ci(vcc, &vpi, &vci))) { in he_open()
Dnicstar.c1400 if ((error = atm_find_ci(vcc, &vpi, &vci))) in ns_open()
Diphase.c2726 error = atm_find_ci(vcc, &vpi, &vci);