Lines Matching defs:curr_mode
1024 char *curr_mode = NULL;
1045 curr_mode = smode;
1055 while (curr_mode < (smode + len)) {
1056 D2(vswp, "%s: curr_mode = [%s]", __func__, curr_mode);
1057 if (strcmp(curr_mode, "switched") == 0) {
1059 } else if (strcmp(curr_mode, "promiscuous") == 0) {
1061 } else if (strcmp(curr_mode, "routed") == 0) {
1066 vswp->instance, curr_mode);
1069 curr_mode += strlen(curr_mode) + 1;