Lines Matching refs:builtin_table
315 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()
763 int nft_init(struct nft_handle *h, struct builtin_table *t) in nft_init()
817 struct builtin_table *_t; in nft_chain_new()