Home
last modified time | relevance | path

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

/linux-4.4.14/net/ethernet/
Deth.c64 __setup("ether=", netdev_boot_setup);
/linux-4.4.14/net/core/
Ddev.c544 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
557 struct netdev_boot_setup *s; in netdev_boot_setup_add()
584 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
614 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
636 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
660 __setup("netdev=", netdev_boot_setup);
/linux-4.4.14/include/linux/
Dnetdevice.h289 struct netdev_boot_setup { struct
295 int __init netdev_boot_setup(char *str); argument