Searched refs:flush_entries (Results 1 – 4 of 4) sorted by relevance
/external/iptables/iptables/ |
D | iptables-restore.c | 66 int (*flush_entries)(const xt_chainlabel, int, struct xtc_handle *); member 235 cb->for_each_chain(cb->flush_entries, verbose, 1, in ip46tables_restore_main() 267 if (!cb->ops->flush_entries(chain, handle)) in ip46tables_restore_main() 367 .flush_entries = flush_entries4, 401 .flush_entries = flush_entries6,
|
/external/iproute2/include/libiptc/ |
D | xtcshared.h | 13 int (*flush_entries)(const xt_chainlabel, struct xtc_handle *); member
|
/external/iptables/include/libiptc/ |
D | xtcshared.h | 14 int (*flush_entries)(const xt_chainlabel, struct xtc_handle *); member
|
/external/iptables/libiptc/ |
D | libiptc.c | 2744 .flush_entries = TC_FLUSH_ENTRIES,
|