wan_device 46 include/linux/cyclomx.h struct wan_device wandev; /* WAN device data space */ wan_device 501 include/linux/wanrouter.h int (*setup) (struct wan_device *wandev, wandev_conf_t *conf); wan_device 502 include/linux/wanrouter.h int (*shutdown) (struct wan_device *wandev); wan_device 503 include/linux/wanrouter.h int (*update) (struct wan_device *wandev); wan_device 504 include/linux/wanrouter.h int (*ioctl) (struct wan_device *wandev, unsigned cmd, wan_device 506 include/linux/wanrouter.h int (*new_if)(struct wan_device *wandev, struct net_device *dev, wan_device 508 include/linux/wanrouter.h int (*del_if)(struct wan_device *wandev, struct net_device *dev); wan_device 510 include/linux/wanrouter.h struct wan_device* next; /* -> next device */ wan_device 529 include/linux/wanrouter.h extern struct wan_device *wanrouter_router_devlist; wan_device 85 net/wanrouter/wanmain.c static struct wan_device *wanrouter_find_device(char *name); wan_device 99 net/wanrouter/wanmain.c struct wan_device* wanrouter_router_devlist; /* list of registered devices */ wan_device 218 net/wanrouter/wanmain.c struct wan_device *wandev, *prev; wan_device 357 net/wanrouter/wanmain.c struct wan_device *wandev; wan_device 701 net/wanrouter/wanmain.c static struct wan_device *wanrouter_find_device(char *name) wan_device 703 net/wanrouter/wanmain.c struct wan_device *wandev; wan_device 84 net/wanrouter/wanproc.c struct wan_device *wandev; wan_device 98 net/wanrouter/wanproc.c struct wan_device *wandev = v; wan_device 110 net/wanrouter/wanproc.c struct wan_device *p = v; wan_device 126 net/wanrouter/wanproc.c struct wan_device *p = v; wan_device 210 net/wanrouter/wanproc.c struct wan_device *wandev = m->private;