Searched refs:table_name (Results 1 – 5 of 5) sorted by relevance
12 for table_name in $(grep -E '^ebtable_' /proc/modules | cut -f1 -d' ' | sed s/ebtable_//); do13 table=$($EBTABLES -t $table_name -L $cnt)
26 @@ -1779,14 +1779,14 @@ char *table_name;
758 const char *table_name, const char *name) in get_table_entry_id() argument770 debug("Invalid %s Type: %s\n", table_name, name); in get_table_entry_id()
339 def do_remove(columns, table_name, cursor): argument
473 const char *table_name, const char *name);