Lines Matching refs:table
71 "table '%s'\n", program_name, tablename);
189 /* New table */
190 char *table;
192 table = strtok(buffer+1, " \t\n");
193 DEBUGP("line %u, table '%s'\n", line, table);
194 if (!table) {
196 "%s: line %u table name invalid\n",
200 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
206 handle = create_handle(table, modprobe);
208 DEBUGP("Cleaning all chains of table '%s'\n",
209 table);
214 "of table '%s'\n", table);
385 /* check if table name specified */
387 || !strncmp(param_buffer, "--table", 8)) {
390 "-t table option.\n", line);