Searched refs:nft_xtables_config_load (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 156 int nft_xtables_config_load(struct nft_handle *h, const char *filename, uint32_t flags);
|
D | nft.c | 1116 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
|