Searched defs:app_conf (Results 1 – 3 of 3) sorted by relevance
121 struct app_conf { struct122 char type[WORD_LEN];123 char run[STR_LEN];124 uint64_t cpu_mask;125 int ip_forward;127 int app_argc;128 char *app_argv[MOS_APP_ARGC];
1663 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in mtcp_getconf() local
1149 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in PatchCONFIG() local