Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.h22 struct builtin_table { struct
37 struct builtin_table *tables; argument
43 extern struct builtin_table xtables_ipv4[TABLES_MAX];
44 extern struct builtin_table xtables_arp[TABLES_MAX];
45 extern struct builtin_table xtables_bridge[TABLES_MAX];
50 int nft_init(struct nft_handle *h, struct builtin_table *t);
Dnft.c315 struct builtin_table xtables_ipv4[TABLES_MAX] = {
447 struct builtin_table xtables_arp[TABLES_MAX] = {
475 struct builtin_table xtables_bridge[TABLES_MAX] = {
549 struct builtin_table *_t) in nft_table_builtin_add()
575 nft_chain_builtin_alloc(struct builtin_table *table, in nft_chain_builtin_alloc()
618 struct builtin_table *table, in nft_chain_builtin_add()
634 static struct builtin_table *
656 nft_chain_builtin_find(struct builtin_table *t, const char *chain) in nft_chain_builtin_find()
672 struct builtin_table *table) in nft_chain_builtin_init()
695 struct builtin_table *t; in nft_xt_builtin_init()
[all …]
/external/libcxx/src/
Dlocale.cpp1043 static _LIBCPP_CONSTEXPR const ctype<char>::mask builtin_table[table_size] = { in classic_table() local
1117 return builtin_table; in classic_table()