NETDEV_BOOT_SETUP_MAX  458 net/core/dev.c static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
NETDEV_BOOT_SETUP_MAX  475 net/core/dev.c 	for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
NETDEV_BOOT_SETUP_MAX  484 net/core/dev.c 	return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1;
NETDEV_BOOT_SETUP_MAX  501 net/core/dev.c 	for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) {
NETDEV_BOOT_SETUP_MAX  540 net/core/dev.c 	for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)