Home
last modified time | relevance | path

Searched refs:nft_xtables_config_load (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dnft.h156 int nft_xtables_config_load(struct nft_handle *h, const char *filename, uint32_t flags);
Dnft.c1116 if (nft_xtables_config_load(h, XTABLES_CONFIG_DEFAULT, 0) < 0) in nft_rule_append()
1429 if (nft_xtables_config_load(h, XTABLES_CONFIG_DEFAULT, 0) < 0) in nft_chain_user_add()
1588 if (nft_xtables_config_load(h, XTABLES_CONFIG_DEFAULT, 0) < 0) in nft_chain_user_rename()
1907 if (nft_xtables_config_load(h, XTABLES_CONFIG_DEFAULT, 0) < 0) in nft_rule_insert()
2070 if (nft_xtables_config_load(h, XTABLES_CONFIG_DEFAULT, 0) < 0) { in nft_rule_list()
2536 int nft_xtables_config_load(struct nft_handle *h, const char *filename, in nft_xtables_config_load() function