Searched defs:atm_vcc (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | atmdev.h | 92 struct atm_vcc { struct 104 void (*release_cb)(struct atm_vcc *vcc); /* release_sock callback */ argument 105 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); argument 106 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ argument 107 int (*push_oam)(struct atm_vcc *vcc,void *cell); argument 108 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); argument 118 struct atm_vcc *session; /* session VCC descriptor */ argument 125 static inline struct atm_vcc *atm_sk(struct sock *sk) in atm_sk() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | atmdev.h | 92 struct atm_vcc { struct 104 void (*release_cb)(struct atm_vcc *vcc); /* release_sock callback */ argument 105 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); argument 106 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ argument 107 int (*push_oam)(struct atm_vcc *vcc,void *cell); argument 108 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); argument 118 struct atm_vcc *session; /* session VCC descriptor */ argument 125 static inline struct atm_vcc *atm_sk(struct sock *sk) in atm_sk() argument
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | firestream.c | 769 struct atm_vcc *atm_vcc; in process_incoming() local 848 static int fs_open(struct atm_vcc *atm_vcc) in fs_open() 1097 static void fs_close(struct atm_vcc *atm_vcc) in fs_close() 1158 static int fs_send (struct atm_vcc *atm_vcc, struct sk_buff *skb) in fs_send()
|
| D | horizon.c | 1277 struct atm_vcc * atm_vcc; in rx_data_av_handler() local 1548 static int hrz_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) { in hrz_send() 2093 static int hrz_open (struct atm_vcc *atm_vcc) in hrz_open() 2478 static void hrz_close (struct atm_vcc * atm_vcc) { in hrz_close()
|
| D | ambassador.c | 467 struct atm_vcc * atm_vcc = dev->rxer[vc]; in rx_complete() local 998 static int amb_open (struct atm_vcc * atm_vcc) in amb_open() 1213 static void amb_close (struct atm_vcc * atm_vcc) { in amb_close() 1293 static int amb_send (struct atm_vcc * atm_vcc, struct sk_buff * skb) { in amb_send()
|
| D | firestream.h | 487 #define FS_VCC(atm_vcc) ((struct fs_vcc *) (atm_vcc)->dev_data) argument
|
| D | horizon.h | 466 #define HRZ_VCC(atm_vcc) ((hrz_vcc *) (atm_vcc)->dev_data) argument
|
| D | ambassador.h | 638 #define AMB_VCC(atm_vcc) ((amb_vcc *) (atm_vcc)->dev_data) argument
|
| /kernel/linux/linux-6.6/net/atm/ |
| D | br2684.c | 154 struct atm_vcc *atm_vcc; in atm_dev_event() local
|
| /kernel/linux/linux-5.10/net/atm/ |
| D | br2684.c | 154 struct atm_vcc *atm_vcc; in atm_dev_event() local
|