Searched refs:atm_vcc (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Datmdev.h287 struct atm_vcc { struct
288 /* struct sock has to be the first member of atm_vcc */
299 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb);
300 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */
301 int (*push_oam)(struct atm_vcc *vcc,void *cell);
302 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb);
311 struct atm_vcc *session; /* session VCC descriptor */
318 static inline struct atm_vcc *atm_sk(struct sock *sk)
320 return (struct atm_vcc *)sk;
323 static inline struct atm_vcc *ATM_S
[all...]

Completed in 857 milliseconds