Searched defs:atm_lane_ops (Results 1 – 2 of 2) sorted by relevance
63 struct atm_lane_ops { struct64 int (*lecd_attach)(struct atm_vcc *vcc, int arg);65 int (*mcast_attach)(struct atm_vcc *vcc, int arg);66 int (*vcc_attach)(struct atm_vcc *vcc, void *arg);67 struct net_device * (*get_lec)(int itf);68 struct module *owner;
36 struct atm_lane_ops *atm_lane_ops; variable