Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/atm/
Dlec.h63 struct atm_lane_ops { struct
64 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;
Dcommon.c36 struct atm_lane_ops *atm_lane_ops; variable