Lines Matching refs:n_entries

136 		for (j = 0; j < info->tables[i].n_entries; j++)  in udp_tunnel_nic_is_empty()
156 for (j = 0; j < table->n_entries; j++) in udp_tunnel_nic_should_replay()
245 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_port()
259 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_table()
262 if (j == info->tables[i].n_entries) in udp_tunnel_nic_device_sync_by_table()
270 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_device_sync_by_table()
353 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_has_collision()
440 for (j = 0; j < table->n_entries; j++) in udp_tunnel_nic_try_existing()
475 for (j = 0; j < table->n_entries; j++) { in udp_tunnel_nic_add_new()
565 for (j = 0; j < info->tables[i].n_entries; j++) { in __udp_tunnel_nic_reset_ntf()
597 for (j = 0; j < info->tables[table].n_entries; j++) { in __udp_tunnel_nic_dump_size()
622 for (j = 0; j < info->tables[table].n_entries; j++) { in __udp_tunnel_nic_dump_write()
663 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_flush()
673 memset(utn->entries[i], 0, array_size(info->tables[i].n_entries, in udp_tunnel_nic_flush()
690 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_replay()
703 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_replay()
739 utn->entries[i] = kcalloc(info->tables[i].n_entries, in udp_tunnel_nic_alloc()
782 WARN_ON(!info->tables[0].n_entries)) in udp_tunnel_nic_register()
791 if (!info->tables[i].n_entries) in udp_tunnel_nic_register()
795 if (WARN_ON(!info->tables[i - 1].n_entries)) in udp_tunnel_nic_register()