Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-save.c141 if (nft_is_ruleset_compatible(&h) == 1) { in xtables_save_main()
Dnft.h185 int nft_is_ruleset_compatible(struct nft_handle *h);
Dxtables.c1228 if (nft_is_ruleset_compatible(h) == 1) { in do_commandx()
Dnft.c2871 int nft_is_ruleset_compatible(struct nft_handle *h) in nft_is_ruleset_compatible() function