CONF_NTP_SERVERS_MAX 161 net/ipv4/ipconfig.c static __be32 ic_ntp_servers[CONF_NTP_SERVERS_MAX]; /* NTP server IP addresses */ CONF_NTP_SERVERS_MAX 593 net/ipv4/ipconfig.c for (i = 0; i < CONF_NTP_SERVERS_MAX; i++) CONF_NTP_SERVERS_MAX 944 net/ipv4/ipconfig.c if (servers > CONF_NTP_SERVERS_MAX) CONF_NTP_SERVERS_MAX 945 net/ipv4/ipconfig.c servers = CONF_NTP_SERVERS_MAX; CONF_NTP_SERVERS_MAX 1362 net/ipv4/ipconfig.c for (i = 0; i < CONF_NTP_SERVERS_MAX; i++) { CONF_NTP_SERVERS_MAX 1582 net/ipv4/ipconfig.c for (i = 0; i < CONF_NTP_SERVERS_MAX; i++) { CONF_NTP_SERVERS_MAX 1591 net/ipv4/ipconfig.c if (i + 1 == CONF_NTP_SERVERS_MAX) CONF_NTP_SERVERS_MAX 1753 net/ipv4/ipconfig.c if (CONF_NTP_SERVERS_MAX >= 1) {