Home
last modified time | relevance | path

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

/linux-4.1.27/net/ethernet/
Deth.c63 __setup("ether=", netdev_boot_setup);
/linux-4.1.27/net/core/
Ddev.c538 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
551 struct netdev_boot_setup *s; in netdev_boot_setup_add()
578 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
608 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
630 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
654 __setup("netdev=", netdev_boot_setup);
/linux-4.1.27/include/linux/
Dnetdevice.h288 struct netdev_boot_setup { struct
294 int __init netdev_boot_setup(char *str); argument