Home
last modified time | relevance | path

Searched refs:table_flush (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dxtables-restore.c64 .table_flush = nft_cmd_table_flush,
136 if (cb->table_flush) in xtables_restore_parse_line()
137 cb->table_flush(h, table, verbose); in xtables_restore_parse_line()
412 .table_flush = nft_cmd_table_flush,
457 .table_flush = nft_cmd_table_flush,
Dnft-shared.h229 int (*table_flush)(struct nft_handle *h, const char *table, member