Lines Matching refs:mos
84 g_config.mos->multiprocess_curr_core = mystrtol(sample, 10); in SetMultiProcessSupport()
88 g_config.mos->multiprocess_is_master = 1; in SetMultiProcessSupport()
204 g_config.mos->tcp_tw_interval = in FeedMosConfLine()
205 SEC_TO_USEC(g_config.mos->tcp_tw_interval) / TIME_TICK; in FeedMosConfLine()
207 g_config.mos->tcp_timeout = in FeedMosConfLine()
208 SEC_TO_USEC(g_config.mos->tcp_timeout) / TIME_TICK; in FeedMosConfLine()
247 g_config.mos->cpu_mask |= cpu_mask; in FeedNetdevConfLine()
620 config->mos = conf; in InitMosBlock()
803 config->mos->arp = blk; in InitArpBlock()
830 config->mos->route = blk; in InitRouteBlock()
860 config->mos->nic_forward = blk; in InitNICForwardBlock()
1130 value = g_config.mos->cpu_mask; in PatchCONFIG()
1134 g_config.mos->cpu_mask, num_cpus); in PatchCONFIG()
1142 g_config.mos->num_cores = count; in PatchCONFIG()
1150 g_config.mos->forward = g_config.mos->forward && app_conf->ip_forward; in PatchCONFIG()
1161 str = g_config.mos->stat_print; in PatchCONFIG()
1164 for (i = 0; i < g_config.mos->netdev_table->num; i++) { in PatchCONFIG()
1165 if (strncmp(g_config.mos->netdev_table->ent[i]->dev_name, word, wlen) == 0) { in PatchCONFIG()
1166 g_config.mos->netdev_table->ent[i]->stat_print = TRUE; in PatchCONFIG()
1209 struct route_conf *route_conf = g_config.mos->route_table; in LoadConfigurationLowerHalf()
1210 struct netdev_conf *netdev_conf = g_config.mos->netdev_table; in LoadConfigurationLowerHalf()
1211 struct nic_forward_conf *nicfwd_conf = g_config.mos->nic_forward_table; in LoadConfigurationLowerHalf()