Searched refs:CFG_F_SKIP (Results 1 – 2 of 2) sorted by relevance
1103 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()1126 clli->cfg_flags |= CFG_F_SKIP; in class_config_llog_handler()1128 if (clli->cfg_flags & CFG_F_SKIP) { in class_config_llog_handler()
122 #define CFG_F_SKIP 0x04 /* We should ignore this cfg command */ macro