Home
last modified time | relevance | path

Searched refs:af_atm (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Datmtcp.c168 vcc = s->protinfo.af_atm; in atmtcp_v_ioctl()
255 walk = s->protinfo.af_atm; in atmtcp_c_close()
283 out_vcc = s->protinfo.af_atm; in atmtcp_c_send()
Deni.c1902 walk = s->protinfo.af_atm; in get_ci()
1932 walk = s->protinfo.af_atm; in get_ci()
2227 vcc = s->protinfo.af_atm; in eni_proc_read()
Dfore200e.c1506 walk = s->protinfo.af_atm; in fore200e_walk_vccs()
1521 walk = s->protinfo.af_atm; in fore200e_walk_vccs()
Didt77252.c2415 walk = s->protinfo.af_atm; in idt77252_find_vcc()
2431 walk = s->protinfo.af_atm; in idt77252_find_vcc()
Dhe.c335 vcc = s->protinfo.af_atm; in __find_vcc()
/linux-2.4.37.9/net/atm/
Datm_misc.c52 walk = s->protinfo.af_atm; in check_ci()
Dproc.c481 vcc = s->protinfo.af_atm; in atm_pvc_info()
514 vcc = s->protinfo.af_atm; in atm_vc_info()
538 vcc = s->protinfo.af_atm; in atm_svc_info()
Dcommon.c236 struct atm_vcc *vcc = sk->protinfo.af_atm; in vcc_sock_destruct()
244 kfree(sk->protinfo.af_atm); in vcc_sock_destruct()
262 vcc = sk->protinfo.af_atm = kmalloc(sizeof(*vcc), GFP_KERNEL); in vcc_create()
299 vcc = sk->protinfo.af_atm; in vcc_destroy_socket()
Dsignaling.c226 struct atm_vcc *vcc = s->protinfo.af_atm; in sigd_close()
/linux-2.4.37.9/include/linux/
Datmdev.h33 #define ATM_SD(s) ((s)->sk->protinfo.af_atm)
/linux-2.4.37.9/include/net/
Dsock.h722 struct atm_vcc *af_atm; member