Home
last modified time | relevance | path

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

/linux/include/linux/
H A Datmdev.h70 struct atm_vcc { struct
81 void (*release_cb)(struct atm_vcc *vcc); /* release_sock callback */ argument
82 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); argument
83 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ argument
84 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); argument
93 static inline struct atm_vcc *atm_sk(struct sock *sk) in atm_sk() argument