Searched refs:vcc (Results 1 – 6 of 6) sorted by relevance
/include/net/ |
D | atmclip.h | 17 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) argument 22 struct atm_vcc *vcc; /* VCC descriptor */ member 29 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); 31 void (*old_pop)(struct atm_vcc *vcc,struct sk_buff *skb);
|
/include/linux/ |
D | atmdev.h | 311 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); 312 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ 313 int (*push_oam)(struct atm_vcc *vcc,void *cell); 314 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); 340 static inline struct sock *sk_atm(struct atm_vcc *vcc) in sk_atm() argument 342 return (struct sock *)vcc; in sk_atm() 391 int (*open)(struct atm_vcc *vcc); 392 void (*close)(struct atm_vcc *vcc); 398 int (*getsockopt)(struct atm_vcc *vcc,int level,int optname, 400 int (*setsockopt)(struct atm_vcc *vcc,int level,int optname, [all …]
|
D | atm_tcp.h | 37 atm_kptr_t vcc; /* both directions */ member 63 int (*attach)(struct atm_vcc *vcc,int itf);
|
D | atmsvc.h | 24 atm_kptr_t vcc; member
|
D | fsl_devices.h | 125 int(*voltage_set)(int slot, int vcc, int vpp);
|
/include/pcmcia/ |
D | cistpl.h | 462 cistpl_power_t vcc, vpp1, vpp2; member 483 cistpl_power_t vcc, vpp1, vpp2; member
|