Home
last modified time | relevance | path

Searched refs:nft_cmd_table_flush (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxtables-restore.c64 .table_flush = nft_cmd_table_flush,
412 .table_flush = nft_cmd_table_flush,
457 .table_flush = nft_cmd_table_flush,
Dnft-cmd.h68 int nft_cmd_table_flush(struct nft_handle *h, const char *table, bool verbose);
Dnft-cmd.c314 int nft_cmd_table_flush(struct nft_handle *h, const char *table, bool verbose) in nft_cmd_table_flush() function
Dxtables-eb.c1112 nft_cmd_table_flush(h, *table, false); in do_commandeb()