Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Datmsvc.h25 atm_kptr_t vcc;
26 atm_kptr_t listen_vcc; /* indicate */
H A Datmapi.h28 typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t; typedef
H A Datm_tcp.h38 atm_kptr_t vcc; /* both directions */
/openbmc/linux/drivers/atm/
H A Datmtcp.c68 memset(&new_msg->vcc,0,sizeof(atm_kptr_t)); in atmtcp_send_control()