Home
last modified time | relevance | path

Searched defs:vcc (Results 1 – 17 of 17) sorted by relevance

/net/atm/
Dcommon.c45 struct atm_vcc *vcc = atm_sk(sk); in __vcc_insert_socket() local
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() local
127 struct atm_vcc *vcc = atm_sk(sk); in vcc_release_cb() local
143 struct atm_vcc *vcc; in vcc_create() local
175 struct atm_vcc *vcc = atm_sk(sk); in vcc_destroy_socket() local
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 *vcc; in atm_dev_release_vccs() local
313 static int check_ci(const struct atm_vcc *vcc, short vpi, int vci) in check_ci()
[all …]
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()
Dsignaling.c37 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos()
64 static int sigd_send(struct atm_vcc *vcc, struct sk_buff *skb) in sigd_send()
142 void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq2()
179 void sigd_enq(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq()
187 static void purge_vcc(struct atm_vcc *vcc) in purge_vcc()
197 static void sigd_close(struct atm_vcc *vcc) in sigd_close()
233 int sigd_attach(struct atm_vcc *vcc) in sigd_attach()
Dsvc.c46 static void svc_disconnect(struct atm_vcc *vcc) in svc_disconnect()
78 struct atm_vcc *vcc; in svc_release() local
101 struct atm_vcc *vcc; in svc_bind() local
157 struct atm_vcc *vcc = ATM_SD(sock); in svc_connect() local
286 struct atm_vcc *vcc = ATM_SD(sock); in svc_listen() local
432 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in svc_change_qos()
457 struct atm_vcc *vcc = ATM_SD(sock); in svc_setsockopt() local
531 struct atm_vcc *vcc = ATM_SD(sock); in svc_addparty() local
560 struct atm_vcc *vcc = ATM_SD(sock); in svc_dropparty() local
587 struct atm_vcc *vcc = ATM_SD(sock); in svc_ioctl() local
Dclip.c167 struct atm_vcc *vcc; in clip_arp_rcv() local
190 static void clip_push(struct atm_vcc *vcc, struct sk_buff *skb) in clip_push()
245 static void clip_pop(struct atm_vcc *vcc, struct sk_buff *skb) in clip_pop()
319 static int clip_encap(struct atm_vcc *vcc, int mode) in clip_encap()
335 struct atm_vcc *vcc; in clip_start_xmit() local
415 static int clip_mkip(struct atm_vcc *vcc, int timeout) in clip_mkip()
444 static int clip_setentry(struct atm_vcc *vcc, __be32 ip) in clip_setentry()
607 static void atmarpd_close(struct atm_vcc *vcc) in atmarpd_close()
633 static int atm_init_atmarp(struct atm_vcc *vcc) in atm_init_atmarp()
658 struct atm_vcc *vcc = ATM_SD(sock); in clip_ioctl() local
[all …]
Dlec.c181 lec_send(struct atm_vcc *vcc, struct sk_buff *skb) in lec_send()
210 struct atm_vcc *vcc; in lec_start_xmit() local
341 static int lec_atm_send(struct atm_vcc *vcc, struct sk_buff *skb) in lec_atm_send()
469 static void lec_atm_close(struct atm_vcc *vcc) in lec_atm_close()
576 static int lec_is_data_direct(struct atm_vcc *vcc) in lec_is_data_direct()
582 static void lec_push(struct atm_vcc *vcc, struct sk_buff *skb) in lec_push()
664 static void lec_pop(struct atm_vcc *vcc, struct sk_buff *skb) in lec_pop()
683 static int lec_vcc_attach(struct atm_vcc *vcc, void __user *arg) in lec_vcc_attach()
712 static int lec_mcast_attach(struct atm_vcc *vcc, int arg) in lec_mcast_attach()
724 static int lecd_attach(struct atm_vcc *vcc, int arg) in lecd_attach()
[all …]
Dproc.c141 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info()
170 static const char *vcc_state(struct atm_vcc *vcc) in vcc_state()
177 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info()
204 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info()
256 struct atm_vcc *vcc = atm_sk(state->sk); in pvc_seq_show() local
278 struct atm_vcc *vcc = atm_sk(state->sk); in vcc_seq_show() local
301 struct atm_vcc *vcc = atm_sk(state->sk); in svc_seq_show() local
Dmpc.c142 static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc) in find_mpc_by_vcc()
605 static int atm_mpoa_vcc_attach(struct atm_vcc *vcc, void __user *arg) in atm_mpoa_vcc_attach()
654 static void mpc_vcc_close(struct atm_vcc *vcc, struct net_device *dev) in mpc_vcc_close()
685 static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb) in mpc_push()
795 static int atm_mpoa_mpoad_attach(struct atm_vcc *vcc, int arg) in atm_mpoa_mpoad_attach()
869 static void mpoad_close(struct atm_vcc *vcc) in mpoad_close()
908 static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb) in msg_from_mpoad()
1247 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry) in purge_egress_shortcut()
1448 struct atm_vcc *vcc = ATM_SD(sock); in atm_mpoa_ioctl() local
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()
Dmpoa_caches.c77 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc()
193 struct atm_vcc *vcc; in in_cache_remove_entry() local
374 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc()
428 struct atm_vcc *vcc; in eg_cache_remove_entry() local
Dpvc.c32 struct atm_vcc *vcc; in pvc_bind() local
93 struct atm_vcc *vcc = ATM_SD(sock); in pvc_getname() local
Dlec_arpc.h19 struct atm_vcc *vcc; /* Vcc this entry is attached */ member
Dioctl.c55 struct atm_vcc *vcc; in do_vcc_ioctl() local
Dlec.h153 #define LEC_VCC_PRIV(vcc) ((struct lec_vcc_priv *)((vcc)->user_back)) argument
Dpppoatm.c292 struct atm_vcc *vcc; in pppoatm_send() local
Dbr2684.c185 static void br2684_pop(struct atm_vcc *vcc, struct sk_buff *skb) in br2684_pop()
/net/sched/
Dsch_atm.c42 #define VCC2FLOW(vcc) ((struct atm_flow_data *) ((vcc)->user_back)) argument
49 struct atm_vcc *vcc; /* VCC; NULL if VCC is closed */ member
172 static void sch_atm_pop(struct atm_vcc *vcc, struct sk_buff *skb) in sch_atm_pop()