OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chains_purge
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
xtables-restore.c
192
.
chains_purge
= nft_table_purge_chains,
248
if (!p->testing && cb->
chains_purge
)
249
cb->
chains_purge
(h, curtable, chain_list);
nft-shared.h
248
int (*
chains_purge
)(struct nft_handle *h, const char *table,
member in struct:nft_xt_restore_cb
Completed in 223 milliseconds