Home | History | Annotate | Download | only in iptables

Lines Matching refs:table

68 			"table '%s'\n", program_name, tablename);
192 /* New table */
193 char *table;
195 table = strtok(buffer+1, " \t\n");
196 DEBUGP("line %u, table '%s'\n", line, table);
197 if (!table) {
199 "%s: line %u table name invalid\n",
203 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
209 handle = create_handle(table, modprobe);
211 DEBUGP("Cleaning all chains of table '%s'\n",
212 table);
217 "of table '%s'\n", table);
388 /* check if table name specified */
390 || !strncmp(param_buffer, "--table", 8)) {
393 "-t table option.\n", line);