Searched refs:tbltypes (Results 1 – 1 of 1) sorted by relevance
206 } tbltypes[] = { in npfctl_table_type() local213 for (unsigned i = 0; tbltypes[i].name != NULL; i++) { in npfctl_table_type()214 if (strcmp(typename, tbltypes[i].name) == 0) { in npfctl_table_type()215 return tbltypes[i].type; in npfctl_table_type()