atm_vcc 13 include/linux/atm_tcp.h int (*attach)(struct atm_vcc *vcc,int itf); atm_vcc 102 include/linux/atmdev.h void (*release_cb)(struct atm_vcc *vcc); /* release_sock callback */ atm_vcc 103 include/linux/atmdev.h void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); atm_vcc 104 include/linux/atmdev.h void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ atm_vcc 105 include/linux/atmdev.h int (*push_oam)(struct atm_vcc *vcc,void *cell); atm_vcc 106 include/linux/atmdev.h int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); atm_vcc 116 include/linux/atmdev.h struct atm_vcc *session; /* session VCC descriptor */ atm_vcc 123 include/linux/atmdev.h static inline struct atm_vcc *atm_sk(struct sock *sk) atm_vcc 125 include/linux/atmdev.h return (struct atm_vcc *)sk; atm_vcc 128 include/linux/atmdev.h static inline struct atm_vcc *ATM_SD(struct socket *sock) atm_vcc 133 include/linux/atmdev.h static inline struct sock *sk_atm(struct atm_vcc *vcc) atm_vcc 184 include/linux/atmdev.h int (*open)(struct atm_vcc *vcc); atm_vcc 185 include/linux/atmdev.h void (*close)(struct atm_vcc *vcc); atm_vcc 191 include/linux/atmdev.h int (*getsockopt)(struct atm_vcc *vcc,int level,int optname, atm_vcc 193 include/linux/atmdev.h int (*setsockopt)(struct atm_vcc *vcc,int level,int optname, atm_vcc 195 include/linux/atmdev.h int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); atm_vcc 196 include/linux/atmdev.h int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags); atm_vcc 200 include/linux/atmdev.h int (*change_qos)(struct atm_vcc *vcc,struct atm_qos *qos,int flags); atm_vcc 213 include/linux/atmdev.h struct atm_vcc *vcc; /* ATM VCC */ atm_vcc 243 include/linux/atmdev.h static inline void atm_force_charge(struct atm_vcc *vcc,int truesize) atm_vcc 249 include/linux/atmdev.h static inline void atm_return(struct atm_vcc *vcc,int truesize) atm_vcc 255 include/linux/atmdev.h static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) atm_vcc 279 include/linux/atmdev.h int atm_charge(struct atm_vcc *vcc,int truesize); atm_vcc 280 include/linux/atmdev.h struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc,int pdu_size, atm_vcc 284 include/linux/atmdev.h void vcc_release_async(struct atm_vcc *vcc, int reply); atm_vcc 22 include/net/atmclip.h struct atm_vcc *vcc; /* VCC descriptor */ atm_vcc 29 include/net/atmclip.h void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); atm_vcc 31 include/net/atmclip.h void (*old_pop)(struct atm_vcc *vcc,struct sk_buff *skb);