OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rule_flush
(Results
1 - 2
of
2
) sorted by null
/external/iptables/iptables/
xtables-restore.c
193
.
rule_flush
= nft_rule_flush,
272
if (cb->
rule_flush
)
273
cb->
rule_flush
(h, NULL, table);
nft-shared.h
258
int (*
rule_flush
)(struct nft_handle *h, const char *chain, const char *table);
member in struct:nft_xt_restore_cb
Completed in 131 milliseconds