Home
last modified time | relevance | path

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

/Linux-v5.4/net/ethernet/
Deth.c64 __setup("ether=", netdev_boot_setup);
/Linux-v5.4/net/core/
Ddev.c474 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
487 struct netdev_boot_setup *s; in netdev_boot_setup_add()
514 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
544 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
566 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
590 __setup("netdev=", netdev_boot_setup);
/Linux-v5.4/include/linux/
Dnetdevice.h294 struct netdev_boot_setup { struct
300 int __init netdev_boot_setup(char *str); argument