Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Datmdev.h92 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
/openbmc/linux/net/atm/
H A Dbr2684.c154 struct atm_vcc *atm_vcc; in atm_dev_event() local