Lines Matching refs:long_option
479 static struct option long_option[] = { in us_vhost_parse_args() local
498 long_option, &option_index)) != EOF) { in us_vhost_parse_args()
520 if (!strncmp(long_option[option_index].name, "vm2vm", in us_vhost_parse_args()
535 if (!strncmp(long_option[option_index].name, "rx-retry", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
547 if (!strncmp(long_option[option_index].name, "tx-csum", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
558 if (!strncmp(long_option[option_index].name, "tso", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
569 if (!strncmp(long_option[option_index].name, "rx-retry-delay", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
581 if (!strncmp(long_option[option_index].name, "rx-retry-num", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
593 if (!strncmp(long_option[option_index].name, "mergeable", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
611 if (!strncmp(long_option[option_index].name, "stats", MAX_LONG_OPT_SZ)) { in us_vhost_parse_args()
624 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()
635 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()
646 if (!strncmp(long_option[option_index].name, in us_vhost_parse_args()