Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-restore.c175 static void chain_delete(struct nftnl_chain_list *clist, const char *curtable, in chain_delete() argument
180 chain_obj = nft_chain_list_find(clist, curtable, chain); in chain_delete()
211 char curtable[XT_TABLE_MAXNAMELEN + 1]; in xtables_restore_parse() local
249 cb->chains_purge(h, curtable, chain_list); in xtables_restore_parse()
263 strncpy(curtable, table, XT_TABLE_MAXNAMELEN); in xtables_restore_parse()
264 curtable[XT_TABLE_MAXNAMELEN] = '\0'; in xtables_restore_parse()
297 cb->chain_del(chain_list, curtable, chain); in xtables_restore_parse()
326 cb->chain_set(h, curtable, chain, policy, &count) < 0) { in xtables_restore_parse()
339 cb->chain_user_add(h, chain, curtable) < 0) { in xtables_restore_parse()
390 add_argv(curtable); in xtables_restore_parse()
[all …]
Dip6tables-restore.c194 char curtable[XT_TABLE_MAXNAMELEN + 1]; in ip6tables_restore_main() local
312 strncpy(curtable, table, XT_TABLE_MAXNAMELEN); in ip6tables_restore_main()
313 curtable[XT_TABLE_MAXNAMELEN] = '\0'; in ip6tables_restore_main()
451 add_argv(curtable); in ip6tables_restore_main()
462 newargc, curtable); in ip6tables_restore_main()
473 if (tablename != NULL && strcmp(tablename, curtable) != 0) in ip6tables_restore_main()
Diptables-restore.c193 char curtable[XT_TABLE_MAXNAMELEN + 1]; in iptables_restore_main() local
311 strncpy(curtable, table, XT_TABLE_MAXNAMELEN); in iptables_restore_main()
312 curtable[XT_TABLE_MAXNAMELEN] = '\0'; in iptables_restore_main()
450 add_argv(curtable); in iptables_restore_main()
461 newargc, curtable); in iptables_restore_main()
472 if (tablename && (strcmp(tablename, curtable) != 0)) in iptables_restore_main()
Dnft-shared.h250 void (*chain_del)(struct nftnl_chain_list *clist, const char *curtable,
/external/python/cpython2/Tools/msi/
Dmsilib.py149 curtable=None
158 if curtable != name:
160 curtable = name