Home | History | Annotate | Download | only in iptables

Lines Matching defs:_t

549 				 struct builtin_table *_t)
554 if (_t->initialized)
561 nftnl_table_set(t, NFTNL_TABLE_NAME, (char *)_t->name);
569 _t->initialized = true;
817 struct builtin_table *_t;
820 _t = nft_table_builtin_find(h, table);
822 if (_t != NULL)
823 nft_table_builtin_add(h, _t);
825 _c = nft_chain_builtin_find(_t, chain);
828 c = nft_chain_builtin_alloc(_t, _c, policy);