Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.h18 #define NFT_TABLE_MAX (NFT_TABLE_NAT + 1) macro
47 } table[NFT_TABLE_MAX];
117 extern const struct builtin_table xtables_ipv4[NFT_TABLE_MAX];
118 extern const struct builtin_table xtables_arp[NFT_TABLE_MAX];
119 extern const struct builtin_table xtables_bridge[NFT_TABLE_MAX];
Dnft-cache.c151 for (i = 0; i < NFT_TABLE_MAX; i++) { in fetch_table_cache()
407 for (i = 0; i < NFT_TABLE_MAX; i++) { in fetch_set_cache()
537 for (i = 0; i < NFT_TABLE_MAX; i++) { in fetch_rule_cache()
673 for (i = 0; i < NFT_TABLE_MAX; i++) { in flush_cache()
Dnft.c436 const struct builtin_table xtables_ipv4[NFT_TABLE_MAX] = {
573 const struct builtin_table xtables_arp[NFT_TABLE_MAX] = {
596 const struct builtin_table xtables_bridge[NFT_TABLE_MAX] = {
712 for (i = 0; i < NFT_TABLE_MAX; i++) { in nft_table_builtin_find()
1976 for (i = 0; i < NFT_TABLE_MAX; i++) { in nft_for_each_table()
3021 for (i = 0; i < NFT_TABLE_MAX; i++) { in nft_bridge_commit_prepare()