Searched refs:tblops (Results 1 – 1 of 1) sorted by relevance
296 } tblops[] = { in npfctl_table() local316 for (n = 0; tblops[n].cmd != NULL; n++) { in npfctl_table()317 if (strcmp(cmd, tblops[n].cmd) != 0) { in npfctl_table()320 nct.nct_cmd = tblops[n].action; in npfctl_table()323 if (tblops[n].cmd == NULL) { in npfctl_table()