Home
last modified time | relevance | path

Searched refs:netdev_boot_setup (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ethernet/
Deth.c64 extern int __init netdev_boot_setup(char *str);
66 __setup("ether=", netdev_boot_setup);
/linux-2.4.37.9/net/core/
Ddev.c305 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
318 struct netdev_boot_setup *s; in netdev_boot_setup_add()
348 struct netdev_boot_setup *s; in netdev_boot_setup_check()
368 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
392 __setup("netdev=", netdev_boot_setup);
/linux-2.4.37.9/include/linux/
Dnetdevice.h231 struct netdev_boot_setup { struct