Home
last modified time | relevance | path

Searched refs:atm_vcc (Results 1 – 14 of 14) sorted by relevance

/linux/net/atm/
H A Dsignaling.h15 extern struct atm_vcc *sigd; /* needed in svc_release */
23 void sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type,
24 struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc,
26 void sigd_enq(struct atm_vcc *vcc,enum atmsvc_msg_type type,
27 struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc,
29 int sigd_attach(struct atm_vcc *vcc);
H A Draw.c23 static void atm_push_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_push_raw()
33 static void atm_pop_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_pop_raw()
44 static int atm_send_aal0(struct atm_vcc *vcc, struct sk_buff *skb) in atm_send_aal0()
62 int atm_init_aal0(struct atm_vcc *vcc) in atm_init_aal0()
71 int atm_init_aal34(struct atm_vcc *vcc) in atm_init_aal34()
83 int atm_init_aal5(struct atm_vcc *vcc) in atm_init_aal5()
H A Dbr2684.c67 struct atm_vcc *atmvcc;
70 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb);
71 void (*old_pop)(struct atm_vcc *vcc, struct sk_buff *skb);
72 void (*old_release_cb)(struct atm_vcc *vcc);
113 static inline struct br2684_vcc *BR2684_VCC(const struct atm_vcc *atmvcc) in BR2684_VCC()
154 struct atm_vcc *atm_vcc; in atm_dev_event() local
164 atm_vcc = brvcc->atmvcc; in atm_dev_event()
165 if (atm_vcc && brvcc->atmvcc->dev == atm_dev) { in atm_dev_event()
167 if (atm_vcc->dev->signal == ATM_PHY_SIG_LOST) in atm_dev_event()
185 static void br2684_pop(struct atm_vcc *vcc, struct sk_buff *skb) in br2684_pop()
[all …]
H A Dprotocols.h10 int atm_init_aal0(struct atm_vcc *vcc); /* "raw" AAL0 */
11 int atm_init_aal34(struct atm_vcc *vcc);/* "raw" AAL3/4 transport */
12 int atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */
H A Dcommon.c45 struct atm_vcc *vcc = atm_sk(sk); in __vcc_insert_socket()
66 static bool vcc_tx_ready(struct atm_vcc *vcc, unsigned int size) in vcc_tx_ready()
102 struct atm_vcc *vcc = atm_sk(sk); in vcc_writable()
127 struct atm_vcc *vcc = atm_sk(sk); in vcc_release_cb()
136 .obj_size = sizeof(struct atm_vcc),
143 struct atm_vcc *vcc; in vcc_create()
175 struct atm_vcc *vcc = atm_sk(sk); in vcc_destroy_socket()
213 void vcc_release_async(struct atm_vcc *vcc, int reply) in vcc_release_async()
225 void vcc_process_recv_queue(struct atm_vcc *vcc) in vcc_process_recv_queue()
271 struct atm_vcc *vc in atm_dev_release_vccs()
[all...]
H A Dsvc.c51 static void svc_disconnect(struct atm_vcc *vcc) in svc_disconnect()
83 struct atm_vcc *vcc; in svc_release()
106 struct atm_vcc *vcc; in svc_bind()
162 struct atm_vcc *vcc = ATM_SD(sock); in svc_connect()
291 struct atm_vcc *vcc = ATM_SD(sock); in svc_listen()
333 struct atm_vcc *old_vcc = ATM_SD(sock); in svc_accept()
334 struct atm_vcc *new_vcc; in svc_accept()
437 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in svc_change_qos()
462 struct atm_vcc *vcc = ATM_SD(sock); in svc_setsockopt()
536 struct atm_vcc *vc in svc_addparty()
[all...]
H A Dproc.c139 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info()
159 static const char *vcc_state(struct atm_vcc *vcc) in vcc_state()
166 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info()
193 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info()
245 struct atm_vcc *vcc = atm_sk(state->sk); in pvc_seq_show()
267 struct atm_vcc *vcc = atm_sk(state->sk); in vcc_seq_show()
290 struct atm_vcc *vcc = atm_sk(state->sk); in svc_seq_show()
H A Dcommon.h27 void vcc_process_recv_queue(struct atm_vcc *vcc);
52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
H A Datm_misc.c15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge()
26 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge()
H A Dpvc.c32 struct atm_vcc *vcc; in pvc_bind()
93 struct atm_vcc *vcc = ATM_SD(sock); in pvc_getname()
H A Dioctl.c51 struct atm_vcc *vcc; in do_vcc_ioctl()
/linux/include/linux/
H A Datm_tcp.h12 struct atm_vcc;
16 int (*attach)(struct atm_vcc *vcc,int itf);
/linux/drivers/usb/atm/
H A Dusbatm.c135 struct atm_vcc *vcc;
156 static int usbatm_atm_open(struct atm_vcc *vcc);
157 static void usbatm_atm_close(struct atm_vcc *vcc);
159 static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb);
183 static inline void usbatm_pop(struct atm_vcc *vcc, struct sk_buff *skb) in usbatm_pop()
293 struct atm_vcc *vcc; in usbatm_extract_one_cell()
459 struct atm_vcc *vcc = ctrl->atm.vcc; in usbatm_write_cells()
600 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process()
621 struct atm_vcc *vcc) in usbatm_cancel_send()
644 static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb) in usbatm_atm_send()
[all …]
/linux/drivers/atm/
H A Dsolos-pci.c92 struct atm_vcc *vcc;
163 struct atm_vcc *vcc);
166 static struct atm_vcc* find_vcc(struct atm_dev *dev, short vpi, int vci);
173 static inline void solos_pop(struct atm_vcc *vcc, struct sk_buff *skb) in solos_pop()
775 struct atm_vcc *vcc; in solos_bh()
897 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
900 struct atm_vcc *vcc = NULL; in find_vcc()
918 static int popen(struct atm_vcc *vcc) in popen()
951 static void pclose(struct atm_vcc *vcc) in pclose()
1029 struct atm_vcc *vcc) in fpga_queue()
[all …]