/net/atm/ |
D | signaling.c | 27 struct atm_vcc *sigd = NULL; 57 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos() 84 static int sigd_send(struct atm_vcc *vcc, struct sk_buff *skb) in sigd_send() 87 struct atm_vcc *session_vcc; in sigd_send() 92 vcc = *(struct atm_vcc **) &msg->vcc; in sigd_send() 123 vcc = *(struct atm_vcc **)&msg->listen_vcc; in sigd_send() 162 void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq2() 163 struct atm_vcc *listen_vcc, const struct sockaddr_atmpvc *pvc, in sigd_enq2() 177 *(struct atm_vcc **) &msg->vcc = vcc; in sigd_enq2() 178 *(struct atm_vcc **) &msg->listen_vcc = listen_vcc; in sigd_enq2() [all …]
|
D | signaling.h | 14 extern struct atm_vcc *sigd; /* needed in svc_release */ 22 void sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type, 23 struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc, 25 void sigd_enq(struct atm_vcc *vcc,enum atmsvc_msg_type type, 26 struct atm_vcc *listen_vcc,const struct sockaddr_atmpvc *pvc, 28 int sigd_attach(struct atm_vcc *vcc);
|
D | raw.c | 22 static void atm_push_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_push_raw() 32 static void atm_pop_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_pop_raw() 43 static int atm_send_aal0(struct atm_vcc *vcc, struct sk_buff *skb) in atm_send_aal0() 59 int atm_init_aal0(struct atm_vcc *vcc) in atm_init_aal0() 68 int atm_init_aal34(struct atm_vcc *vcc) in atm_init_aal34() 77 int atm_init_aal5(struct atm_vcc *vcc) in atm_init_aal5()
|
D | pppoatm.c | 60 struct atm_vcc *atmvcc; /* VCC descriptor */ 61 void (*old_push)(struct atm_vcc *, struct sk_buff *); 62 void (*old_pop)(struct atm_vcc *, struct sk_buff *); 63 void (*old_release_cb)(struct atm_vcc *); 92 static inline struct pppoatm_vcc *atmvcc_to_pvcc(const struct atm_vcc *atmvcc) in atmvcc_to_pvcc() 112 static void pppoatm_release_cb(struct atm_vcc *atmvcc) in pppoatm_release_cb() 135 static void pppoatm_pop(struct atm_vcc *atmvcc, struct sk_buff *skb) in pppoatm_pop() 168 static void pppoatm_unassign_vcc(struct atm_vcc *atmvcc) in pppoatm_unassign_vcc() 182 static void pppoatm_push(struct atm_vcc *atmvcc, struct sk_buff *skb) in pppoatm_push() 295 struct atm_vcc *vcc; in pppoatm_send() [all …]
|
D | lec_arpc.h | 18 struct atm_vcc *vcc; /* Vcc this entry is attached */ 19 struct atm_vcc *recv_vcc; /* Vcc we receive data from */ 21 void (*old_push) (struct atm_vcc *vcc, struct sk_buff *skb); 24 void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb);
|
D | common.c | 44 struct atm_vcc *vcc = atm_sk(sk); in __vcc_insert_socket() 65 static struct sk_buff *alloc_tx(struct atm_vcc *vcc, unsigned int size) in alloc_tx() 106 struct atm_vcc *vcc = atm_sk(sk); in vcc_writable() 131 struct atm_vcc *vcc = atm_sk(sk); in vcc_release_cb() 140 .obj_size = sizeof(struct atm_vcc), 147 struct atm_vcc *vcc; in vcc_create() 179 struct atm_vcc *vcc = atm_sk(sk); in vcc_destroy_socket() 217 void vcc_release_async(struct atm_vcc *vcc, int reply) in vcc_release_async() 229 void vcc_process_recv_queue(struct atm_vcc *vcc) in vcc_process_recv_queue() 275 struct atm_vcc *vcc; in atm_dev_release_vccs() [all …]
|
D | br2684.c | 66 struct atm_vcc *atmvcc; 69 void (*old_push)(struct atm_vcc *vcc, struct sk_buff *skb); 70 void (*old_pop)(struct atm_vcc *vcc, struct sk_buff *skb); 71 void (*old_release_cb)(struct atm_vcc *vcc); 112 static inline struct br2684_vcc *BR2684_VCC(const struct atm_vcc *atmvcc) in BR2684_VCC() 153 struct atm_vcc *atm_vcc; in atm_dev_event() local 163 atm_vcc = brvcc->atmvcc; in atm_dev_event() 164 if (atm_vcc && brvcc->atmvcc->dev == atm_dev) { in atm_dev_event() 166 if (atm_vcc->dev->signal == ATM_PHY_SIG_LOST) in atm_dev_event() 184 static void br2684_pop(struct atm_vcc *vcc, struct sk_buff *skb) in br2684_pop() [all …]
|
D | protocols.h | 9 int atm_init_aal0(struct atm_vcc *vcc); /* "raw" AAL0 */ 10 int atm_init_aal34(struct atm_vcc *vcc);/* "raw" AAL3/4 transport */ 11 int atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */
|
D | mpoa_caches.h | 25 struct atm_vcc *shortcut; 38 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, 56 struct atm_vcc *shortcut; 68 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);
|
D | svc.c | 45 static void svc_disconnect(struct atm_vcc *vcc) in svc_disconnect() 77 struct atm_vcc *vcc; in svc_release() 100 struct atm_vcc *vcc; in svc_bind() 156 struct atm_vcc *vcc = ATM_SD(sock); in svc_connect() 285 struct atm_vcc *vcc = ATM_SD(sock); in svc_listen() 326 struct atm_vcc *old_vcc = ATM_SD(sock); in svc_accept() 327 struct atm_vcc *new_vcc; in svc_accept() 431 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in svc_change_qos() 456 struct atm_vcc *vcc = ATM_SD(sock); in svc_setsockopt() 530 struct atm_vcc *vcc = ATM_SD(sock); in svc_addparty() [all …]
|
D | lec.h | 92 struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */ 93 struct atm_vcc *lecd; 148 void (*old_pop) (struct atm_vcc *vcc, struct sk_buff *skb);
|
D | lec.c | 78 struct atm_vcc *vcc, struct sk_buff *skb); 81 static struct atm_vcc *lec_arp_resolve(struct lec_priv *priv, 90 static int lec_mcast_make(struct lec_priv *priv, struct atm_vcc *vcc); 96 struct atm_vcc *vcc, 97 void (*old_push)(struct atm_vcc *vcc, 99 static void lec_vcc_close(struct lec_priv *priv, struct atm_vcc *vcc); 177 lec_send(struct atm_vcc *vcc, struct sk_buff *skb) in lec_send() 207 struct atm_vcc *vcc; in lec_start_xmit() 338 static int lec_atm_send(struct atm_vcc *vcc, struct sk_buff *skb) in lec_atm_send() 466 static void lec_atm_close(struct atm_vcc *vcc) in lec_atm_close() [all …]
|
D | proc.c | 154 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info() 183 static const char *vcc_state(struct atm_vcc *vcc) in vcc_state() 190 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info() 217 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info() 281 struct atm_vcc *vcc = atm_sk(state->sk); in pvc_seq_show() 315 struct atm_vcc *vcc = atm_sk(state->sk); in vcc_seq_show() 350 struct atm_vcc *vcc = atm_sk(state->sk); in svc_seq_show()
|
D | clip.c | 47 static struct atm_vcc *atmarpd; 166 struct atm_vcc *vcc; in clip_arp_rcv() 189 static void clip_push(struct atm_vcc *vcc, struct sk_buff *skb) in clip_push() 244 static void clip_pop(struct atm_vcc *vcc, struct sk_buff *skb) in clip_pop() 318 static int clip_encap(struct atm_vcc *vcc, int mode) in clip_encap() 331 struct atm_vcc *vcc; in clip_start_xmit() 412 static int clip_mkip(struct atm_vcc *vcc, int timeout) in clip_mkip() 441 static int clip_setentry(struct atm_vcc *vcc, __be32 ip) in clip_setentry() 604 static void atmarpd_close(struct atm_vcc *vcc) in atmarpd_close() 630 static int atm_init_atmarp(struct atm_vcc *vcc) in atm_init_atmarp() [all …]
|
D | common.h | 27 void vcc_process_recv_queue(struct atm_vcc *vcc); 52 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
|
D | atm_misc.c | 14 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge() 25 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge()
|
D | mpc.c | 86 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry); 89 static void mpoad_close(struct atm_vcc *vcc); 90 static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb); 92 static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb); 141 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() 870 static void mpoad_close(struct atm_vcc *vcc) in mpoad_close() [all …]
|
D | pvc.c | 31 struct atm_vcc *vcc; in pvc_bind() 92 struct atm_vcc *vcc = ATM_SD(sock); in pvc_getname()
|
D | mpoa_caches.c | 76 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() 375 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc() 430 struct atm_vcc *vcc; in eg_cache_remove_entry()
|
D | mpc.h | 19 struct atm_vcc *mpoad_vcc; /* control channel to mpoad */
|
D | ioctl.c | 54 struct atm_vcc *vcc; in do_vcc_ioctl()
|
/net/sched/ |
D | sch_atm.c | 45 struct atm_vcc *vcc; /* VCC; NULL if VCC is closed */ 46 void (*old_pop)(struct atm_vcc *vcc, 162 static void sch_atm_pop(struct atm_vcc *vcc, struct sk_buff *skb) in sch_atm_pop()
|