Lines Matching defs:n_tables
35 * @n_tables: number of tables under @entries
48 unsigned int n_tables;
135 for (i = 0; i < utn->n_tables; i++)
151 for (i = 0; i < utn->n_tables; i++) {
244 for (i = 0; i < utn->n_tables; i++)
257 for (i = 0; i < utn->n_tables; i++) {
338 for (i = 0; i < utn->n_tables; i++)
352 for (i = 0; i < utn->n_tables; i++)
435 for (i = 0; i < utn->n_tables; i++) {
470 for (i = 0; i < utn->n_tables; i++) {
564 for (i = 0; i < utn->n_tables; i++)
660 for (i = 0; i < utn->n_tables; i++)
670 for (i = 0; i < utn->n_tables; i++)
687 for (i = 0; i < utn->n_tables; i++)
700 for (i = 0; i < utn->n_tables; i++)
721 unsigned int n_tables)
729 utn->n_tables = n_tables;
732 utn->entries = kmalloc_array(n_tables, sizeof(void *), GFP_KERNEL);
736 for (i = 0; i < n_tables; i++) {
758 for (i = 0; i < utn->n_tables; i++)
769 unsigned int n_tables, i;
787 n_tables = 1;
792 n_tables++;
809 utn = udp_tunnel_nic_alloc(info, n_tables);