NETDEV_BOOT_SETUP_MAX 473 net/core/dev.c static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX]; NETDEV_BOOT_SETUP_MAX 490 net/core/dev.c for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { NETDEV_BOOT_SETUP_MAX 499 net/core/dev.c return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1; NETDEV_BOOT_SETUP_MAX 516 net/core/dev.c for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { NETDEV_BOOT_SETUP_MAX 556 net/core/dev.c for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++)