Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c2369 const char *chain_name = nftnl_chain_get_str(c, NFTNL_CHAIN_NAME); in __nft_print_header() local
2382 h->ops->print_header(format, chain_name, pname, in __nft_print_header()
2492 const char *chain_name = nftnl_chain_get_str(c, NFTNL_CHAIN_NAME); in nft_rule_list_chain_save() local
2497 printf("-N %s\n", chain_name); in nft_rule_list_chain_save()
2503 printf("-P %s %s", chain_name, policy_name[policy]); in nft_rule_list_chain_save()